GUI: make sliders right-clickable
This commit is contained in:
parent
f8e7dd7214
commit
f8046facfc
4 changed files with 38 additions and 36 deletions
|
|
@ -26,6 +26,8 @@
|
|||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#define rightClickable if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) ImGui::SetKeyboardFocusHere(-1);
|
||||
|
||||
enum FurnaceGUIColors {
|
||||
GUI_COLOR_BACKGROUND=0,
|
||||
GUI_COLOR_FRAME_BACKGROUND,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue