mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Disable imgui cursor visibility control (#1905)
This commit is contained in:
parent
498769c990
commit
11497c393d
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ namespace SohImGui {
|
||||||
ImGuiContext* ctx = ImGui::CreateContext();
|
ImGuiContext* ctx = ImGui::CreateContext();
|
||||||
ImGui::SetCurrentContext(ctx);
|
ImGui::SetCurrentContext(ctx);
|
||||||
io = &ImGui::GetIO();
|
io = &ImGui::GetIO();
|
||||||
io->ConfigFlags |= ImGuiConfigFlags_DockingEnable;
|
io->ConfigFlags |= ImGuiConfigFlags_DockingEnable | ImGuiConfigFlags_NoMouseCursorChange;
|
||||||
io->Fonts->AddFontDefault();
|
io->Fonts->AddFontDefault();
|
||||||
statsWindowOpen = CVar_GetS32("gStatsEnabled", 0);
|
statsWindowOpen = CVar_GetS32("gStatsEnabled", 0);
|
||||||
CVar_RegisterS32("gRandomizeRupeeNames", 1);
|
CVar_RegisterS32("gRandomizeRupeeNames", 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue