GestureType

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public enum GestureType

Summary

Gesture types for touch input

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/InputTypes.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

None

1
None = 0

No gesture.


Tap

1
Tap = 1

Tap gesture.


DoubleTap

1
DoubleTap = 2

Double-tap gesture.


LongPress

1
LongPress = 3

Long-press gesture.


Drag

1
Drag = 4

Drag gesture.


Pinch

1
Pinch = 5

Pinch gesture.


Rotate

1
Rotate = 6

Rotate gesture.


Swipe

1
Swipe = 7

Swipe gesture.