This namespace contains classes for working with touches.
Classes
| | Class | Description |
 | TouchData |
Representation of a single touch event.
Touches begin with one TouchStart action
followed by zero or more TouchMoved actions and finally one
TouchEnded or TouchCancelled action. Events not respecting this
order will be ignored.
|
 | TouchEmulationParameters | Parameters for touch emulations (curvature, speed, pauses, randomization). Touches are performed using Bezier Curve. https://en.wikipedia.org/wiki/BC3A9zier_curve |
Enumerations
| | Enumeration | Description |
 | EventFlags | Bit flags describing any pressed modifier keys. Use "bitwise or" operator when more than one modifier is pressed. |
 | PointerType | The device type that caused the event. |
See Also