GestureSourceType Enumeration |
Version 112.3.0
GestureSourceType
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public enum GestureSourceType
public enum class GestureSourceType
Members
| Member name | Value | Description |
---|
| Default | 0 |
default
|
| Touch | 1 |
touch
|
| Mouse | 2 |
mouse
|
See Also