Enum PointerType
Defines the type of input device associated with a pointer event.
public enum PointerType
Fields
Mouse = 0
A mouse device generated the pointer event.
Pen = 2
A pen, stylus, or similar fine-point device generated the pointer event.
Touch = 1
A touch contact (e.g., finger or capacitive touch) generated the pointer event.
Unknown = 3
The pointer device type could not be determined.