GUI: aaand more sample editor work

now it has a right click menu
This commit is contained in:
tildearrow 2022-03-22 18:05:32 -05:00
parent 8e0119b2d3
commit 519dd7f2dd
3 changed files with 39 additions and 4 deletions

View file

@ -43,6 +43,8 @@
#define TOGGLE_COLOR(x) ((x)?uiColors[GUI_COLOR_TOGGLE_ON]:uiColors[GUI_COLOR_TOGGLE_OFF])
#define BIND_FOR(x) getKeyName(actionKeys[x],true).c_str()
enum FurnaceGUIColors {
GUI_COLOR_BACKGROUND=0,
GUI_COLOR_FRAME_BACKGROUND,