#include <event.h>
Collaboration diagram for KeyEvent:Data Fields | |
| WindowEventType | type |
| int32_t | device_id |
| Device that this event originated from. More... | |
| int32_t | source_id |
| Source that this event originated from. More... | |
| int32_t | action |
| Action signalled by this event. More... | |
| int32_t | flags |
| Flags associated with this event. More... | |
| int32_t | meta_state |
| State of the meta modifiers (ALT, CTRL, SHIFT). More... | |
| int32_t | key_code |
| int32_t | scan_code |
| int32_t | repeat_count |
| nsecs_t | down_time |
| nsecs_t | event_time |
| int | is_system_key |
Information describing an event originating from a keyboard key.
| int32_t KeyEvent::device_id |
| int KeyEvent::is_system_key |
| int32_t KeyEvent::meta_state |
| int32_t KeyEvent::source_id |
| WindowEventType KeyEvent::type |