get color of highlight

This commit is contained in:
Bruno
2021-02-07 20:47:55 +01:00
parent 1964a26fc3
commit 5d23a285b4
2 changed files with 3 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ namespace ImGuiToolkit
ACCENT_GREY
} accent_color;
void SetAccentColor (accent_color color);
struct ImVec4 GetHighlightColor ();
struct ImVec4 HighlightColor ();
void ShowStats (bool* p_open, int* p_corner, bool* p_timer);