TouchState Enumeration |
Namespace: DotNetBrowser.Input.Touch.Events
public enum TouchState
Member name | Value | Description | |
---|---|---|---|
TouchStateUnspecified | 0 | Reserved value. | |
Undefined | 1 | The touch point state is undefined. | |
Started | 2 | The touch has started. | |
Ended | 3 | The touch has ended. | |
Moved | 4 | The touch point has moved. | |
Stationary | 5 | The touch point didn't change its state. | |
Canceled | 6 | The touch has been canceled. |