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