Flutter Linux Embedder
CallRecord Struct Reference

Public Attributes

FlutterKeyEventType event_type
 
uint64_t event_physical
 
uint64_t event_logical
 
gchar * event_character
 
bool event_synthesized
 
FlutterKeyEventCallback callback
 
void * callback_user_data
 

Detailed Description

Definition at line 34 of file fl_keyboard_manager_test.cc.

Member Data Documentation

◆ callback

FlutterKeyEventCallback CallRecord::callback

Definition at line 40 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new(), and call_record_respond().

◆ callback_user_data

void* CallRecord::callback_user_data

Definition at line 41 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new(), and call_record_respond().

◆ event_character

gchar* CallRecord::event_character

Definition at line 38 of file fl_keyboard_manager_test.cc.

Referenced by call_record_free(), and call_record_new().

◆ event_logical

uint64_t CallRecord::event_logical

Definition at line 37 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new().

◆ event_physical

uint64_t CallRecord::event_physical

Definition at line 36 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new().

◆ event_synthesized

bool CallRecord::event_synthesized

Definition at line 39 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new().

◆ event_type

FlutterKeyEventType CallRecord::event_type

Definition at line 35 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new().


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