DispatchTouchEventType Enumeration |
Version 106.0.290
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: 106.0.290.0 (106.0.290.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