Nav: fixed assertion when holding gamepad FaceLeft/West button + pressing a keyboard key. (#8525)

This commit is contained in:
ocornut
2025-03-30 16:40:36 +02:00
parent 8bbdfefe05
commit a26fcf58cc
3 changed files with 14 additions and 8 deletions

View File

@@ -2248,6 +2248,7 @@ struct ImGuiContext
ImGuiWindow* NavWindowingListWindow; // Internal window actually listing the CTRL+Tab contents
float NavWindowingTimer;
float NavWindowingHighlightAlpha;
ImGuiInputSource NavWindowingInputSource;
bool NavWindowingToggleLayer;
ImGuiKey NavWindowingToggleKey;
ImVec2 NavWindowingAccumDeltaPos;