Public Attributes | |
GObject | parent_instance |
std::unique_ptr< 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 manager, 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 123 of file fl_keyboard_manager.cc.
bool _FlKeyboardPendingEvent::any_handled |
Definition at line 138 of file fl_keyboard_manager.cc.
std::unique_ptr<FlKeyEvent> _FlKeyboardPendingEvent::event |
Definition at line 129 of file fl_keyboard_manager.cc.
uint64_t _FlKeyboardPendingEvent::hash |
Definition at line 142 of file fl_keyboard_manager.cc.
GObject _FlKeyboardPendingEvent::parent_instance |
Definition at line 124 of file fl_keyboard_manager.cc.
uint64_t _FlKeyboardPendingEvent::sequence_id |
Definition at line 134 of file fl_keyboard_manager.cc.
size_t _FlKeyboardPendingEvent::unreplied |
Definition at line 136 of file fl_keyboard_manager.cc.