DispatchTouchEventType Enumeration | 
Version 104.4.240 
            Type of the touch event. TouchEnd and TouchCancel must not contain any touch points, while
            TouchStart and TouchMove must contains at least one.
            
 
    Namespace: 
   CefSharp.DevTools.Input
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum DispatchTouchEventType
public enum class DispatchTouchEventType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | TouchStart | 0 | 
            touchStart
             | 
 | TouchEnd | 1 | 
            touchEnd
             | 
 | TouchMove | 2 | 
            touchMove
             | 
 | TouchCancel | 3 | 
            touchCancel
             | 
See Also