Cleanup use of new icons

This commit is contained in:
Bruno Herbelin
2022-05-22 11:18:57 +02:00
parent e26563c3d6
commit 7867aac55f
3 changed files with 35 additions and 15 deletions

View File

@@ -135,6 +135,12 @@ bool ImGuiToolkit::ButtonSwitch(const char* label, bool* toggle, const char* sho
return ret;
}
/// used icons
/// 0 2, 1 7, 1 13, 1 16, 2 1, 2 13, 3 1, 3 13, 4 2, 4 12, 4 16, 5 2, 5 8, 5 16,
/// 6 2, 6 4, 6 6, 6 9, 6 13, 6 16, 7 0, 7 9, 7 14, 7 16, 8 1, 8 9, 8 12, 8 13, 8 16,
/// 9 2, 9 3, 9 12, 9 13, 9 16, 10 15, 11 3, 11 5, 11 16, 12 4, 12 5, 12 7, 12 14,
/// 13 4, 13 5, 14 16, 15 1, 15 6, 15 12, 15 16, 16 1, 16 5, 16 7, 16 10, 16 16, 17 6,
/// 18 1, 18 5, 18 12, 18 13, 18 15, 19 6, 19 12,
void ImGuiToolkit::Icon(int i, int j, bool enabled)
{