diff --git a/examples/example_dx11_hook/dllmain.cpp b/examples/example_dx11_hook/dllmain.cpp index 0e45036..d9de5bc 100644 --- a/examples/example_dx11_hook/dllmain.cpp +++ b/examples/example_dx11_hook/dllmain.cpp @@ -107,7 +107,7 @@ namespace ImGui_ImplDX11_NewFrame(); ImGui_ImplWin32_NewFrame(); ImGui::NewFrame(); - + ImGui::GetIO().MouseDrawCursor = true; ImGui::ShowDemoWindow(); ImGui::Render();