From d67d956aca89f2a91e18194ce2dd7dd787f70496 Mon Sep 17 00:00:00 2001 From: Orange Date: Wed, 8 Jul 2026 18:41:54 +0300 Subject: [PATCH] showing mouse --- examples/example_dx11_hook/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();