Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
Syntaxpublic TouchEventType Type { get; set; }public:
property TouchEventType Type {
	TouchEventType get ();
	void set (TouchEventType value);
}Property Value
Type: 
TouchEventType
See Also