GestureTouch Properties |
The GestureTouch type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeltaX |
Change in x value
|
![]() | DeltaY |
Change in y value
|
![]() | Id |
Unique id for the touch
|
![]() | PlatformSpecificTouch |
Platform specific touch information (null if none)
|
![]() | Pressure |
Pressure, 0 if unknown (0 - 1)
|
![]() | PreviousX |
Previous screen x value in pixels
|
![]() | PreviousY |
Previous screen Y value in pixels
|
![]() | ScreenX |
X value in screen pixels
|
![]() | ScreenY |
Y value in screen pixels
|
![]() | TouchPhase |
The touch phase
|
![]() | X |
Same as ScreenX
|
![]() | Y |
Same as ScreenY
|