mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Nav: NavHighlight gets its own color (default to Header color), made rectangle thicker (#323)
This commit is contained in:
3
imgui.h
3
imgui.h
@ -666,7 +666,8 @@ enum ImGuiCol_
|
||||
ImGuiCol_PlotHistogramHovered,
|
||||
ImGuiCol_TextSelectedBg,
|
||||
ImGuiCol_ModalWindowDarkening, // darken entire screen when a modal window is active
|
||||
ImGuiCol_NavWindowingHighlight, // when holding NavMenu to focus/move/resize windows
|
||||
ImGuiCol_NavHighlight, // gamepad/keyboard: current highlighted item
|
||||
ImGuiCol_NavWindowingHighlight, // gamepad/keyboard: when holding NavMenu to focus/move/resize windows
|
||||
ImGuiCol_COUNT
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user