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 |
Definition at line 34 of file fl_keyboard_manager_test.cc.
FlutterKeyEventCallback CallRecord::callback |
Definition at line 40 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new(), and call_record_respond().
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().
gchar* CallRecord::event_character |
Definition at line 38 of file fl_keyboard_manager_test.cc.
Referenced by call_record_free(), and call_record_new().
uint64_t CallRecord::event_logical |
Definition at line 37 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new().
uint64_t CallRecord::event_physical |
Definition at line 36 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new().
bool CallRecord::event_synthesized |
Definition at line 39 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new().
FlutterKeyEventType CallRecord::event_type |
Definition at line 35 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new().