Touch |
The TouchEvent type exposes the following members.
Name | Description | |
---|---|---|
Id | Id of a touch point. Must be unique per touch, can be any number except -1. Note that a maximum of 16 concurrent touches will be tracked; touches beyond that will be ignored. | |
Modifiers | Bit flags describing any pressed modifier keys. | |
PointerType | The device type that caused the event. | |
Pressure | The normalized pressure of the pointer input in the range of [0,1]. Set to 0 if not applicable. | |
RadiusX | X radius in pixels. Set to 0 if not applicable. | |
RadiusY | Y radius in pixels. Set to 0 if not applicable. | |
RotationAngle | Rotation angle in radians. Set to 0 if not applicable. | |
Type | The state of the touch point. Touches begin with one Pressed event followed by zero or more Moved events and finally one Released or Cancelled event. Events not respecting this order will be ignored. | |
X | X coordinate relative to the left side of the view. | |
Y | Y coordinate relative to the top side of the view. |