Go to the source code of this file.
Functions | |
G_DEFINE_INTERFACE (FlKeyboardViewDelegate, fl_keyboard_view_delegate, G_TYPE_OBJECT) static void fl_keyboard_view_delegate_default_init(FlKeyboardViewDelegateInterface *iface) | |
gboolean | fl_keyboard_view_delegate_text_filter_key_press (FlKeyboardViewDelegate *self, FlKeyEvent *event) |
gboolean fl_keyboard_view_delegate_text_filter_key_press | ( | FlKeyboardViewDelegate * | delegate, |
FlKeyEvent * | event | ||
) |
fl_keyboard_view_delegate_text_filter_key_press:
Handles FlKeyboardHandler
's request to check if the GTK text input IM filter would like to handle a GDK event.
The ownership of the event
is kept by the keyboard handler.
Definition at line 14 of file fl_keyboard_view_delegate.cc.
Referenced by responder_handle_event_callback().
G_DEFINE_INTERFACE | ( | FlKeyboardViewDelegate | , |
fl_keyboard_view_delegate | , | ||
G_TYPE_OBJECT | |||
) |
Definition at line 7 of file fl_keyboard_view_delegate.cc.