TouchEventType Enumeration | 
Version 108.4.130 
            Touch Event Type
            
 
    Namespace: 
   CefSharp.Enums
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic enum TouchEventType
public enum class TouchEventType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Released | 0 | 
            An enum constant representing the released option.
             | 
 | Pressed | 1 | 
            An enum constant representing the pressed option.
             | 
 | Moved | 2 | 
            An enum constant representing the moved option.
             | 
 | Cancelled | 3 | 
            An enum constant representing the cancelled option.
             | 
See Also