Public Attributes | |
GObject | parent_instance |
FlKeyEvent * | event |
uint64_t | sequence_id |
size_t | unreplied |
bool | any_handled |
uint64_t | hash |
FlKeyboardPendingEvent: A record for events that have been received by the handler, but dispatched to other objects, whose results have yet to return.
This object is used by both the "pending_responds" list and the "pending_redispatches" list.
Definition at line 16 of file fl_keyboard_pending_event.cc.
bool _FlKeyboardPendingEvent::any_handled |
Definition at line 29 of file fl_keyboard_pending_event.cc.
FlKeyEvent* _FlKeyboardPendingEvent::event |
Definition at line 20 of file fl_keyboard_pending_event.cc.
uint64_t _FlKeyboardPendingEvent::hash |
Definition at line 33 of file fl_keyboard_pending_event.cc.
GObject _FlKeyboardPendingEvent::parent_instance |
Definition at line 17 of file fl_keyboard_pending_event.cc.
uint64_t _FlKeyboardPendingEvent::sequence_id |
Definition at line 23 of file fl_keyboard_pending_event.cc.
size_t _FlKeyboardPendingEvent::unreplied |
Definition at line 26 of file fl_keyboard_pending_event.cc.