Debug Log: Added "Configure Outputs.." button. (#5855)

This commit is contained in:
ocornut
2024-07-02 12:10:33 +02:00
parent a62794359a
commit 7e0b3b9caf
3 changed files with 20 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ Other changes:
- Debug Tools: Added IMGUI_DEBUG_LOG(), ImGui::DebugLog() in public API. (#5855)
Debug log entries add a imgui frame counter prefix + are redirected to ShowDebugLogWindow() and
other configurable locations. Always call IMGUI_DEBUG_LOG() for maximum stripping in caller code.
- Debug Tools: Debug Log: Added "Configure Outputs.." button. (#5855)
- Backends: SDL3: Update for API changes: SDLK_x renames and SDLK_KP_x removals (#7761, #7762)