Closed malloc2k closed 5 hours ago
Disclaimer: I'm not trying to make this to sell later or whatever, this is an injector that I've challenged myself to make in order to improve my C++ skills and WINAPI knowledge. Thanks
Sorry for as per issue opening guidelines you are outside the scope of supported users. Your issue is however likely that you have a lag or feedback loop between relying on local mousedelta and how moving the platform window alter imgui coordinates. You should probably only rely on global mouse positions for this.
Version/Branch of Dear ImGui:
Version 1.91.4, Branch: master
Back-ends:
imgui_impl_win32.cpp + imgui_impl_dx11.cpp
Compiler, OS:
Windows 11 + minGW
Full config/build information:
Unable
Details:
My Issue/Question:
The problem I have can be seen in the video (the quality is not the best but the window moves erratically for some reason). What I've done is hide the Window that WIN32 creates making the imgui window look like a standalone (just for looks). I suspect of a DPI problem but I'm unsure on how to fix it, any help would be appreciated!
Screenshots/Video:
https://github.com/user-attachments/assets/630b239b-5573-490c-adb9-5292043fee27
Minimal, Complete and Verifiable Example code: