DOES NOT WORK YET - initial bringup of custom key

This commit is contained in:
tildearrow 2022-02-11 14:44:08 -05:00
parent 99cf9b3bf1
commit 350bbc8af1
2 changed files with 224 additions and 4 deletions

View file

@ -121,6 +121,7 @@ enum FurnaceGUIActions {
GUI_ACTION_GLOBAL_MIN=0,
GUI_ACTION_OPEN,
GUI_ACTION_SAVE,
GUI_ACTION_SAVE_AS,
GUI_ACTION_UNDO,
GUI_ACTION_REDO,
GUI_ACTION_PLAY_TOGGLE,
@ -554,6 +555,7 @@ class FurnaceGUI {
void drawDebug();
void parseKeybinds();
void doAction(int what);
void syncSettings();
void commitSettings();