CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
MIT License
3.22k stars 907 forks source link

ImGuizmo not responding to clicks #243

Closed TNtube closed 2 years ago

TNtube commented 2 years ago

I'm currently facing a similar problem to #242 and #235. But none of their solution is explicit enough or even working for me. Mouse pos Y is not reversed either, and ImGuizmo::IsOver() return false wathever my mouse is hover or anywere else on my screen.

Code : https://github.com/TNtube/Cardia/blob/67eb2b02987894b388fc08be66f4725cdb3edb2a/CardiaTor/src/CardiaTor.cpp#L267

I'm using ImGuizmo 1.83 and ImGui 1.83 on docking branch

Thanks

TNtube commented 2 years ago

I fixed it myself, that was a problem with the imgui's binaries used to compile ImGuizmo. My package managers used imgui 1.83 binaries to compile ImGuizmo while my project was using imgui 1.83 on docking branch. I guess that binaries mixup just make something break in ImGuizmo.