INTERACTION_ARGUMENTS_PRESS_AND_TAP structure
Applies to: desktop apps only
Defines the state of the press and tap interaction.
Syntax
typedef struct INTERACTION_ARGUMENTS_PRESS_AND_TAP {
float offsetX;
float offsetY;
} INTERACTION_ARGUMENTS_PRESS_AND_TAP;
Members
offsetX
The offset along the x-axis between the first contact and the second tap contact.offsetY
The offset along the y-axis between the first contact and the second tap contact.
Requirements
Minimum supported client |
Windows 8 Release Preview |
Minimum supported server |
Windows Server 2012 |
Header |
Interactioncontext.h |
See also
Interaction Context Structures
Build date: 6/27/2012