GestureEventTap Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Event class for the Tap gesture.
Derived from GestureEventTap:
public sealed class GestureEventTap : GestureEvent
| Name | Description | |
|---|---|---|
| Properties | ||
| NumberOfTaps | The number of time the use successively touched the screen. |
|
| TapPosition | The position of the tap. |
|
Properties
NumberOfTaps
The number of time the use successively touched the screen.
public int NumberOfTaps { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TapPosition
The position of the tap.
public Vector2 TapPosition { get; }
Property Value
| Type | Description |
|---|---|
| Vector2 |