Struct
ClutterKeyEvent
Description [src]
struct ClutterKeyEvent {
ClutterEventType type;
guint32 time;
ClutterEventFlags flags;
ClutterStage* stage;
ClutterModifierType modifier_state;
guint keyval;
guint16 hardware_keycode;
gunichar unicode_value;
uint32_t evdev_code;
ClutterInputDevice* device;
}
Key event.
Structure members
typeEvent type.
timeEvent time.
flagsEvent flags.
stageEvent source stage.
modifier_stateKey modifiers.
keyvalRaw key value.
hardware_keycodeRaw hardware key value.
unicode_valueUnicode representation.
evdev_code- No description available.
deviceThe device that originated the event. If you want the physical device the event originated from, use
clutter_event_get_source_device()