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
- KEYBOARD =
the device is a keyboard.
2 or :keyboard
- TOUCHSCREEN =
the device is a direct-input touch device, such as a touchscreen or tablet
3 or :touchscreen
- TOUCHPAD =
the device is an indirect touch device, such as a touchpad
4 or :touchpad
- TRACKPOINT =
the device is a trackpoint
5 or :trackpoint
- TABLET_PAD =
the device is a "pad", a collection of buttons, rings and strips found in drawing tablets
6 or :tablet_pad