Class GestureEventTap
Event class for the Tap gesture.
public sealed class GestureEventTap : GestureEvent
- Inheritance
-
GestureEventTap
- Inherited Members
Properties
NumberOfTaps
The number of time the use successively touched the screen.
public int NumberOfTaps { get; }
Property Value
TapPosition
The position of the tap.
public Vector2 TapPosition { get; }