Flutter Linux Embedder
_FlKeyboardViewDelegateInterface Struct Reference

#include <fl_keyboard_view_delegate.h>

Public Attributes

GTypeInterface g_iface
 
gboolean(* text_filter_key_press )(FlKeyboardViewDelegate *delegate, FlKeyEvent *event)
 

Detailed Description

FlKeyboardViewDelegate:

An interface for a class that provides FlKeyboardHandler with platform-related features.

This interface is typically implemented by FlView.

Definition at line 34 of file fl_keyboard_view_delegate.h.

Member Data Documentation

◆ g_iface

GTypeInterface _FlKeyboardViewDelegateInterface::g_iface

Definition at line 35 of file fl_keyboard_view_delegate.h.

◆ text_filter_key_press

gboolean(* _FlKeyboardViewDelegateInterface::text_filter_key_press) (FlKeyboardViewDelegate *delegate, FlKeyEvent *event)

Definition at line 37 of file fl_keyboard_view_delegate.h.


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