GdkDeviceKey

The GdkDeviceKey structure contains information about the mapping of one device macro button onto a normal X key event. It has the following fields: guint keyval; the keyval to generate when the macro button is pressed. If this is 0, no keypress will be generated. GdkModifierType modifiers; the modifiers set for the generated key event.

Members

Variables

keyval
uint keyval;
Undocumented in source.
modifiers
GdkModifierType modifiers;
Undocumented in source.

Meta