Fixed build with IMGUI_DISABLE_OBSOLETE_KEYIO + made all examples comments refer to StyleColorsLight().

This commit is contained in:
ocornut
2022-07-06 20:58:20 +02:00
parent 4711b9b05a
commit 92d0924b82
23 changed files with 24 additions and 24 deletions

View File

@ -23,7 +23,7 @@ int main(int, char**)
// Setup style
ImGui::StyleColorsDark();
//ImGui::StyleColorsClassic();
//ImGui::StyleColorsLight();
// Load Fonts
// - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them.