Click or drag to resize

TouchState Enumeration

The possible states of the touch point.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum TouchState
Members
  Member nameValueDescription
TouchStateUnspecified0 Reserved value.
Undefined1 The touch point state is undefined.
Started2 The touch has started.
Ended3 The touch has ended.
Moved4 The touch point has moved.
Stationary5 The touch point didn't change its state.
Canceled6 The touch has been canceled.
See Also