1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

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;