Version 108.4.130 
            The device type that caused the event.
            
 
    Namespace: 
   CefSharp.Enums
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic enum class PointerType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Touch | 0 | 
            An enum constant representing the touch option.
             | 
 | Mouse | 1 | 
            An enum constant representing the mouse option.
             | 
 | Pen | 2 | 
            An enum constant representing the pen option.
             | 
 | Eraser | 3 | 
            An enum constant representing the eraser option.
             | 
 | Unknown | 4 | 
            An enum constant representing the unknown option.
             | 
See Also