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:
parent
8bbdfefe05
commit
a26fcf58cc
3 changed files with 14 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue