Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the possible states of Direct Manipulation. The viewport can process input in any state unless otherwise noted.
Syntax
typedef enum DIRECTMANIPULATION_STATUS {
DIRECTMANIPULATION_BUILDING = 0,
DIRECTMANIPULATION_ENABLED = 1,
DIRECTMANIPULATION_DISABLED = 2,
DIRECTMANIPULATION_RUNNING = 3,
DIRECTMANIPULATION_INERTIA = 4,
DIRECTMANIPULATION_READY = 5,
DIRECTMANIPULATION_SUSPENDED = 6
} ;
Constants
DIRECTMANIPULATION_BUILDINGValue: 0 The viewport is being initialized and is not yet able to process input. |
DIRECTMANIPULATION_ENABLEDValue: 1 The viewport was successfully enabled. |
DIRECTMANIPULATION_DISABLEDValue: 2 The viewport is disabled and cannot process input or callbacks. The viewport can be enabled by calling Enable. |
DIRECTMANIPULATION_RUNNINGValue: 3 The viewport is currently processing input and updating content. |
DIRECTMANIPULATION_INERTIAValue: 4 The viewport is moving content due to inertia. |
DIRECTMANIPULATION_READYValue: 5 The viewport has completed the previous interaction. |
DIRECTMANIPULATION_SUSPENDEDValue: 6 The transient state of the viewport when input has been promoted to an ancestor in the SetContact chain. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | directmanipulation.h |