mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Prevent ImGui from displaying OS cursor.
This commit is contained in:
parent
383e8a6bc4
commit
dfc0c13dfa
1 changed files with 1 additions and 0 deletions
|
|
@ -1001,6 +1001,7 @@ static void CreateImGuiBackend()
|
||||||
{
|
{
|
||||||
ImGuiIO& io = ImGui::GetIO();
|
ImGuiIO& io = ImGui::GetIO();
|
||||||
io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset;
|
io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset;
|
||||||
|
io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange;
|
||||||
OptionsMenu::Init();
|
OptionsMenu::Init();
|
||||||
ImGui_ImplSDL2_InitForOther(Window::s_pWindow);
|
ImGui_ImplSDL2_InitForOther(Window::s_pWindow);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue