CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImGuizmo not responding to clicks

TNtube opened this issue · comments

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

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.