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