KeyEventType
Description:
[ CCode ( cprefix = "ATK_KEY_EVENT_" , type_id = "atk_key_event_type_get_type ()" ) ]
public enum KeyEventType
Specifies the type of a keyboard evemt.
Content:
Enum values:
- LAST_DEFINED - Not a valid value;
specifies end of enumeration
- PRESS - specifies a key press event
- RELEASE - specifies a key release event