Click or drag to resize

TouchPointTouchState Property

Gets the current state of touch.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public TouchState TouchState { get; set; }

Property Value

Type: TouchState
The current state of touch.

Implements

ITouchPointTouchState
See Also