We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8517c1d commit e1b5f55Copy full SHA for e1b5f55
Source/Managers/WindowMan.cpp
@@ -133,7 +133,7 @@ void WindowMan::Initialize() {
133
ImGui::CreateContext();
134
ImGuiIO& io = ImGui::GetIO();
135
io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad;
136
- io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad;
+ io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange;
137
138
ImGui::StyleColorsDark();
139
ImGui_ImplSDL3_InitForOpenGL(m_PrimaryWindow.get(), m_GLContext.get());
0 commit comments