Enum InputTouchType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration of touch event types.
public enum InputTouchType
Fields
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. |