TouchEventType Enumeration |
Version 101.0.180
Touch Event Type
Namespace:
CefSharp.Enums
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public enum TouchEventType
public enum class TouchEventType
Members
| Member name | Value | Description |
---|
| Released | 0 |
An enum constant representing the released option.
|
| Pressed | 1 |
An enum constant representing the pressed option.
|
| Moved | 2 |
An enum constant representing the moved option.
|
| Cancelled | 3 |
An enum constant representing the cancelled option.
|
See Also