Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
_FlTextInputPluginClass Struct Reference

#include <fl_text_input_plugin.h>

Public Attributes

GObjectClass parent_class
 
gboolean(* filter_keypress )(FlTextInputPlugin *self, FlKeyEvent *event)
 

Detailed Description

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.

Member Data Documentation

◆ filter_keypress

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.

◆ parent_class

GObjectClass _FlTextInputPluginClass::parent_class

Definition at line 30 of file fl_text_input_plugin.h.


The documentation for this struct was generated from the following file: