Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Specifies properties of the Interaction Context object.
Syntax
typedef enum INTERACTION_CONTEXT_PROPERTY {
INTERACTION_CONTEXT_PROPERTY_MEASUREMENT_UNITS = 0x00000001,
INTERACTION_CONTEXT_PROPERTY_INTERACTION_UI_FEEDBACK = 0x00000002,
INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERS = 0x00000003,
INTERACTION_CONTEXT_PROPERTY_MAX = 0xffffffff
} ;
Constants
INTERACTION_CONTEXT_PROPERTY_MEASUREMENT_UNITSValue: 0x00000001 Measurement units used by the Interaction Context object: himetric (0.01mm) or screen pixels. |
INTERACTION_CONTEXT_PROPERTY_INTERACTION_UI_FEEDBACKValue: 0x00000002 UI feedback is provided. |
INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERSValue: 0x00000003 Pointer filtering is active. |
INTERACTION_CONTEXT_PROPERTY_MAXValue: 0xffffffff Maximum number of interactions exceeded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | interactioncontext.h |