Declaration
(gobject:define-genum "GdkInputSource" input-source
(:export t
:type-initializer "gdk_input_source_get_type")
:mouse
:pen
:keyboard
:touchscreen
:touchpad
:trackpoint
:tablet-pad) Values - :mouse
- The device is a mouse. This will be reported for the core pointer, even if it is something else, such as a trackball.
- :pen
- The device is a stylus of a graphics tablet or similar device.
- :keyboard
- The device is a keyboard.
- :touchscreen
- The device is a direct-input touch device, such as a touchscreen or tablet.
- :touchpad
- The device is an indirect touch device, such as a touchpad.
- :trackpoint
- The device is a trackpoint.
- :tablet-pad
- The device is a "pad", a collection of buttons, rings and strips found in drawing tablets.
Details
An enumeration describing the type of an input device in general terms. |
| See also |