DispatchTouchEventType Enumeration |
Version 130.1.90
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.InputAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.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