Click or drag to resize

PointerType Enumeration

Version 81.3.100
The device type that caused the event.

Namespace:  CefSharp.Enums
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax
public enum PointerType
Members
  Member nameValueDescription
Touch0 An enum constant representing the touch option.
Mouse1 An enum constant representing the mouse option.
Pen2 An enum constant representing the pen option.
Eraser3 An enum constant representing the eraser option.
Unknown4 An enum constant representing the unknown option.
See Also