A touch event. More...
Public Types | |
enum | EventType { TouchMove, TouchDown, TouchUp } |
Public Attributes | |
int | X |
The X position where the touch happened in pixels in the space of the view. More... | |
int | Y |
The Y position where the touch happened in pixels in the space of the view. More... | |
unsigned | Id |
Identifies a particular touch input. This value must stay consistent in a touch contact sequence. More... | |
EventType | Type |
The type of the touch event. More... | |
EventModifiersState | Modifiers |
Key modifiers. More... | |
A touch event.
unsigned cohtml::TouchEventData::Id |
Identifies a particular touch input. This value must stay consistent in a touch contact sequence.
EventModifiersState cohtml::TouchEventData::Modifiers |
Key modifiers.
EventType cohtml::TouchEventData::Type |
The type of the touch event.
int cohtml::TouchEventData::X |
The X position where the touch happened in pixels in the space of the view.
int cohtml::TouchEventData::Y |
The Y position where the touch happened in pixels in the space of the view.