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.
Specifies the state of the cross-slide interaction.
Syntax
typedef enum CROSS_SLIDE_FLAGS {
CROSS_SLIDE_FLAGS_NONE = 0x00000000,
CROSS_SLIDE_FLAGS_SELECT = 0x00000001,
CROSS_SLIDE_FLAGS_SPEED_BUMP = 0x00000002,
CROSS_SLIDE_FLAGS_REARRANGE = 0x00000004,
CROSS_SLIDE_FLAGS_MAX = 0xffffffff
} ;
Constants
CROSS_SLIDE_FLAGS_NONE Value: 0x00000000 No cross-slide interaction. |
CROSS_SLIDE_FLAGS_SELECT Value: 0x00000001 Cross-slide interaction has crossed a distance threshold and is in select mode. |
CROSS_SLIDE_FLAGS_SPEED_BUMP Value: 0x00000002 Cross-slide interaction is in speed bump mode. |
CROSS_SLIDE_FLAGS_REARRANGE Value: 0x00000004 Cross-slide interaction has crossed the speed bump threshold and is in rearrange (drag and drop) mode. |
CROSS_SLIDE_FLAGS_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 |