GUI: aaand more sample editor work
now it has a right click menu
This commit is contained in:
parent
8e0119b2d3
commit
519dd7f2dd
3 changed files with 39 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue