dep/imgui: Bump to v1.91.0

This commit is contained in:
Stenzek
2024-08-25 18:17:45 +10:00
parent a8cac70ee6
commit 096a0811bf
12 changed files with 6250 additions and 1886 deletions

View File

@ -622,6 +622,8 @@ void ImGuiFullscreen::ForceKeyNavEnabled()
bool ImGuiFullscreen::WantsToCloseMenu()
{
ImGuiContext& g = *GImGui;
// Wait for the Close button to be released, THEN pressed
if (s_close_button_state == 0)
{