DOES NOT WORK YET - initial bringup of custom key
This commit is contained in:
parent
99cf9b3bf1
commit
350bbc8af1
2 changed files with 224 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue