ZennoLab Assemblies Documentation
ZennoLab.CommandCenter.TouchEvents Namespace
Inheritance Hierarchy
This namespace contains classes for working with touches.
Classes
 ClassDescription
Class 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.
ClassParameters for touch emulations (curvature, speed, pauses, randomization). Touches are performed using Bezier Curve. https://en.wikipedia.org/wiki/BC3A9zier_curve
Enumerations
 EnumerationDescription
EnumerationBit flags describing any pressed modifier keys. Use "bitwise or" operator when more than one modifier is pressed.
EnumerationThe device type that caused the event.
See Also

Reference

ZennoLab.CommandCenter Assembly