INTERACTION_CONTEXT_PROPERTY enumeration (interactioncontext.h)

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_UNITS
Value: 0x00000001
Measurement units used by the Interaction Context object: himetric (0.01mm) or screen pixels.
INTERACTION_CONTEXT_PROPERTY_INTERACTION_UI_FEEDBACK
Value: 0x00000002
UI feedback is provided.
INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERS
Value: 0x00000003
Pointer filtering is active.
INTERACTION_CONTEXT_PROPERTY_MAX
Value: 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

See also

GetPropertyInteractionContext

Interaction Context Enumerations

SetPropertyInteractionContext