Click or drag to resize

GestureTouch Properties

The GestureTouch type exposes the following members.

Properties
  NameDescription
Public propertyDeltaX
Change in x value
Public propertyDeltaY
Change in y value
Public propertyId
Unique id for the touch
Public propertyPlatformSpecificTouch
Platform specific touch information (null if none)
Public propertyPressure
Pressure, 0 if unknown (0 - 1)
Public propertyPreviousX
Previous screen x value in pixels
Public propertyPreviousY
Previous screen Y value in pixels
Public propertyScreenX
X value in screen pixels
Public propertyScreenY
Y value in screen pixels
Public propertyTouchPhase
The touch phase
Public propertyX
Same as ScreenX
Public propertyY
Same as ScreenY
Top
See Also