Click or drag to resize

TouchEventType Property

Version 91.1.160
The state of the touch point. Touches begin with one Pressed event followed by zero or more Moved events and finally one Released or Cancelled event. Events not respecting this order will be ignored.

Namespace:  CefSharp.Structs
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
public TouchEventType Type { get; set; }

Property Value

Type: TouchEventType
See Also