Public Attributes | |
GObject | parent_instance |
FlKeyEvent * | event |
bool | embedder_replied |
bool | channel_replied |
bool | embedder_handled |
bool | channel_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::channel_handled |
Definition at line 32 of file fl_keyboard_pending_event.cc.
bool _FlKeyboardPendingEvent::channel_replied |
Definition at line 26 of file fl_keyboard_pending_event.cc.
bool _FlKeyboardPendingEvent::embedder_handled |
Definition at line 29 of file fl_keyboard_pending_event.cc.
bool _FlKeyboardPendingEvent::embedder_replied |
Definition at line 23 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 36 of file fl_keyboard_pending_event.cc.
GObject _FlKeyboardPendingEvent::parent_instance |
Definition at line 17 of file fl_keyboard_pending_event.cc.