Version 101.0.180
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: 101.0.180.0 (101.0.180.0)
Syntax public TouchEventType Type { get; set; }
public:
property TouchEventType Type {
TouchEventType get ();
void set (TouchEventType value);
}
Property Value
Type:
TouchEventTypeSee Also