feat: UI elements for key combinations
This commit is contained in:
parent
ab300878cf
commit
c668771696
15 changed files with 415 additions and 33 deletions
|
|
@ -20,6 +20,7 @@ public:
|
|||
void push_action(Callable do_action, Callable undo_action);
|
||||
void undo();
|
||||
void redo();
|
||||
void clear_history();
|
||||
|
||||
private:
|
||||
size_t undo_count{ 0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue