Enum TouchState
- Namespace
- DotNetBrowser.Input.Touch.Events
- Assembly
- DotNetBrowser.dll
The possible states of the touch point.
public enum TouchState
Fields
Canceled = 6The touch has been canceled.
Ended = 3The touch has ended.
Moved = 4The touch point has moved.
Started = 2The touch has started.
Stationary = 5The touch point didn't change its state.
TouchStateUnspecified = 0Reserved value.
Undefined = 1The touch point state is undefined.