DispatchTouchEventType Enumeration |
Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax public 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