mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
feat(editor): Ctrl+N and Ctrl+O shortcuts for New/Load dialogs
This commit is contained in:
parent
97f1d9c003
commit
623aeff417
2 changed files with 7 additions and 2 deletions
|
|
@ -17,6 +17,8 @@ public:
|
|||
|
||||
void render(EditorApp& app);
|
||||
void processActions(EditorApp& app);
|
||||
void openNewTerrainDialog() { showNewDialog_ = true; }
|
||||
void openLoadDialog() { showLoadDialog_ = true; }
|
||||
|
||||
PaintMode getPaintMode() const { return paintMode_; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue