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