Click or drag to resize

TouchEventType Enumeration

Version 81.3.100
Touch Event Type

Namespace:  CefSharp.Enums
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax
public enum TouchEventType
Members
  Member nameValueDescription
Released0 An enum constant representing the released option.
Pressed1 An enum constant representing the pressed option.
Moved2 An enum constant representing the moved option.
Cancelled3 An enum constant representing the cancelled option.
See Also