Version 130.1.90
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.StructsAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntaxpublic TouchEventType Type { get; set; }
public:
property TouchEventType Type {
TouchEventType get ();
void set (TouchEventType value);
}
Property Value
TouchEventType
See Also