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 43 of file fl_keyboard_manager_test.cc.
| FlutterKeyEventCallback CallRecord::callback |
Definition at line 49 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new(), and call_record_respond().
| 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().
| gchar* CallRecord::event_character |
Definition at line 47 of file fl_keyboard_manager_test.cc.
Referenced by call_record_free(), and call_record_new().
| uint64_t CallRecord::event_logical |
Definition at line 46 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new().
| uint64_t CallRecord::event_physical |
Definition at line 45 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new().
| bool CallRecord::event_synthesized |
Definition at line 48 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new().
| FlutterKeyEventType CallRecord::event_type |
Definition at line 44 of file fl_keyboard_manager_test.cc.
Referenced by call_record_new().