InputSource
Description:
[ CCode ( cprefix = "GDK_SOURCE_" , type_id = "gdk_input_source_get_type ()" ) ]
public enum InputSource
An enumeration describing the type of an input device in general terms.
Content:
Enum values:
- CURSOR - the device is a graphics tablet
“puck” or similar device.
- ERASER - the device is an eraser.
- KEYBOARD - the device is a keyboard.
- MOUSE - the device is a mouse.
- PEN - the device is a stylus of a graphics
tablet or similar device.
- TABLET_PAD - the device is a "pad", a
collection of buttons, rings and strips found in drawing tablets.
- TOUCHPAD - the device is an indirect
touch device, such as a touchpad.
- TOUCHSCREEN - the device is a
direct-input touch device, such as a touchscreen or tablet.
- TRACKPOINT - the device is a
trackpoint.