KeyboardMapper: Without arguments, load current keymap

This commit is contained in:
Ben Wiederhake 2021-01-30 22:30:46 +01:00 committed by Andreas Kling
commit d9e7e13fb2
Notes: sideshowbarker 2024-07-18 22:40:22 +09:00
3 changed files with 23 additions and 6 deletions

View file

@ -39,6 +39,7 @@ public:
void create_frame();
void load_from_file(const String);
void load_from_system();
void save();
void save_to_file(const StringView&);