Skip to content

Commit

Permalink
Merge pull request #73180 from nornagon/no-trickle-imgui-inputs
Browse files Browse the repository at this point in the history
don't trickle fast imgui inputs
  • Loading branch information
Maleclypse committed Apr 22, 2024
2 parents 6797b1d + 0ac575f commit a60d305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cata_imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ cataimgui::client::client( const SDL_Renderer_Ptr &sdl_renderer, const SDL_Windo
ImGuiIO &io = ImGui::GetIO();
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls
io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls
io.ConfigInputTrickleEventQueue = false;

io.IniFilename = nullptr;
io.LogFilename = nullptr;
Expand Down

0 comments on commit a60d305

Please sign in to comment.