1.14.0.5
Hummingbird
A modern user interface library for games
cohtml::TouchEventData Struct Reference

A touch event. More...

Public Attributes

int X
 The X position where the touch happened in pixels in the space of the view.
 
int Y
 The Y position where the touch happened in pixels in the space of the view.
 
unsigned Id
 Identifies a particular touch input. This value must stay consistent in a touch contact sequence.
 
EventType Type
 The type of the touch event.
 
EventModifiersState Modifiers
 Key modifiers.
 

Detailed Description

A touch event.