Table of Contents

Class GestureEventTap

Namespace
Stride.Input
Assembly
Stride.Input.dll

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

int

TapPosition

The position of the tap.

public Vector2 TapPosition { get; }

Property Value

Vector2