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 43 of file fl_keyboard_manager_test.cc.

Member Data Documentation

◆ callback

FlutterKeyEventCallback CallRecord::callback

Definition at line 49 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 50 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 47 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 46 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new().

◆ event_physical

uint64_t CallRecord::event_physical

Definition at line 45 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new().

◆ event_synthesized

bool CallRecord::event_synthesized

Definition at line 48 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new().

◆ event_type

FlutterKeyEventType CallRecord::event_type

Definition at line 44 of file fl_keyboard_manager_test.cc.

Referenced by call_record_new().


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