KeyEvent
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdk_key_event_get_type ()" ) ]
public class KeyEvent :
Event
An event related to a key-based device.
Content:
Creation methods:
Methods:
- public ModifierType get_consumed_modifiers ()
Extracts the consumed modifiers from a key event.
- public uint get_keycode ()
Extracts the keycode from a key event.
- public uint get_keyval ()
Extracts the keyval from a key event.
- public uint get_layout ()
Extracts the layout from a key event.
- public uint get_level ()
Extracts the shift level from a key event.
- public bool get_match (out uint keyval, out ModifierType modifiers)
Gets a keyval and modifier combination that will match the event.
- public bool is_modifier ()
Extracts whether the key event is for a modifier key.
- public KeyMatch matches (uint keyval, ModifierType modifiers)
Matches a key event against a keyval and modifiers.
Inherited Members:
All known members inherited from class Gdk.Event