Add Ctrl+Q to quit

This commit is contained in:
Colin Kinloch 2024-02-03 18:30:36 +00:00 committed by tildearrow
parent 83b934862a
commit b2d61b1d3a
5 changed files with 19 additions and 15 deletions

View file

@ -582,6 +582,7 @@ enum FurnaceGUIActions {
GUI_ACTION_EXPORT,
GUI_ACTION_UNDO,
GUI_ACTION_REDO,
GUI_ACTION_QUIT,
GUI_ACTION_PLAY_TOGGLE,
GUI_ACTION_PLAY,
GUI_ACTION_STOP,
@ -2659,7 +2660,7 @@ class FurnaceGUI {
bool loop();
bool finish();
bool init();
void requestQuit();
bool requestQuit();
FurnaceGUI();
};