#include <fl_text_input_handler.h>
Public Attributes | |
GObjectClass | parent_class |
gboolean(* | filter_keypress )(FlTextInputHandler *self, FlKeyEvent *event) |
FlTextInputHandler:
#FlTextInputHandler is a handler that implements the shell side of SystemChannels.textInput from the Flutter services library.
Definition at line 29 of file fl_text_input_handler.h.
gboolean(* _FlTextInputHandlerClass::filter_keypress) (FlTextInputHandler *self, FlKeyEvent *event) |
Virtual method called to filter a keypress.
Definition at line 35 of file fl_text_input_handler.h.
GObjectClass _FlTextInputHandlerClass::parent_class |
Definition at line 30 of file fl_text_input_handler.h.