#include <fl_key_responder.h>
Public Attributes | |
GTypeInterface | g_iface |
void(* | handle_event )(FlKeyResponder *responder, FlKeyEvent *event, uint64_t specified_logical_key, FlKeyResponderAsyncCallback callback, gpointer user_data) |
FlKeyResponder:
An interface for a responder that can process a key event and decides asynchronously whether to handle an event.
To use this class, add it with #fl_keyboard_manager_add_responder.
Definition at line 46 of file fl_key_responder.h.
GTypeInterface _FlKeyResponderInterface::g_iface |
Definition at line 47 of file fl_key_responder.h.
void(* _FlKeyResponderInterface::handle_event) (FlKeyResponder *responder, FlKeyEvent *event, uint64_t specified_logical_key, FlKeyResponderAsyncCallback callback, gpointer user_data) |
FlKeyResponder::handle_event:
The implementation of fl_key_responder_handle_event.
Definition at line 54 of file fl_key_responder.h.