Enum InputTouchType

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration of touch event types.

C#
Copy
public enum InputTouchType
Name Description
Begin

Finger press. It is same a behavior put your finger on touch screen.

End

Finger release. It is same a behavior release your finger on touch screen.

Update

Finger move. It is same a behavior move your finger on touch screen.