Added ImGuiCol_CheckHovered to show hovered checkboxes and radio buttons

This commit is contained in:
Mirolyub Hristov
2014-08-11 21:35:27 +02:00
parent 98a000055e
commit 28df6f39d9
2 changed files with 6 additions and 3 deletions

View File

@ -302,6 +302,7 @@ enum ImGuiCol_
ImGuiCol_ScrollbarGrabHovered,
ImGuiCol_ScrollbarGrabActive,
ImGuiCol_ComboBg,
ImGuiCol_CheckHovered,
ImGuiCol_CheckActive,
ImGuiCol_SliderGrab,
ImGuiCol_SliderGrabActive,