PointerDeviceType
PointerDeviceType
#
Bases: Enum
The kind of pointer device.
INVERTED_STYLUS = 'invertedStylus'
#
A pointer device with a stylus that has been inverted.
MOUSE = 'mouse'
#
A mouse-based pointer device.
STYLUS = 'stylus'
#
A pointer device with a stylus.
TOUCH = 'touch'
#
A touch-based pointer device.
TRACKPAD = 'trackpad'
#
Gestures from a trackpad.
UNKNOWN = 'unknown'
#
An unknown pointer device.