Flutter Linux Embedder
_FlTextInputHandlerClass Struct Reference

#include <fl_text_input_handler.h>

Public Attributes

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

Detailed Description

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.

Member Data Documentation

◆ filter_keypress

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.

◆ parent_class

GObjectClass _FlTextInputHandlerClass::parent_class

Definition at line 30 of file fl_text_input_handler.h.


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