Skip to main content

PointerDeviceType

The kind of pointer device.

Inherits: enum.Enum

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_STYLUSclass-attributeinstance-attribute

A pointer device with a stylus that has been inverted.

MOUSEclass-attributeinstance-attribute

A mouse-based pointer device.

STYLUSclass-attributeinstance-attribute

A pointer device with a stylus.

TOUCHclass-attributeinstance-attribute

A touch-based pointer device.

TRACKPADclass-attributeinstance-attribute

Gestures from a trackpad.

UNKNOWNclass-attributeinstance-attribute

An unknown pointer device.