Module: Gdk::InputSource

Defined in:
(unknown)

Constant Summary collapse

MOUSE =

the device is a mouse. (This will be reported for the core

pointer, even if it is something else, such as a trackball.)
0 or :mouse
PEN =

the device is a stylus of a graphics tablet or similar device.

1 or :pen
ERASER =

the device is an eraser. Typically, this would be the other end

of a stylus on a graphics tablet.
2 or :eraser
CURSOR =

the device is a graphics tablet “puck” or similar device.

3 or :cursor
KEYBOARD =

the device is a keyboard.

4 or :keyboard
TOUCHSCREEN =

the device is a direct-input touch device, such

as a touchscreen or tablet. This device type has been added in 3.4.
5 or :touchscreen
TOUCHPAD =

the device is an indirect touch device, such

as a touchpad. This device type has been added in 3.4.
6 or :touchpad
TRACKPOINT =

the device is a trackpoint. This device type has been

added in 3.22
7 or :trackpoint
TABLET_PAD =

the device is a “pad”, a collection of buttons,

rings and strips found in drawing tablets. This device type has been
added in 3.22.
8 or :tablet_pad