Click or drag to resize

DispatchTouchEventType Enumeration

Version 102.0.100
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.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum DispatchTouchEventType
Members
  Member nameValueDescription
TouchStart0 touchStart
TouchEnd1 touchEnd
TouchMove2 touchMove
TouchCancel3 touchCancel
See Also