ImGuizmo
ImGuizmo copied to clipboard
Overloaded function isOver(MODE) responds on all kind of Operations
Hello again, Overloaded function isOver(MODE) responds on all kind of Operations, when cursor is Over gizmo, except translation squares. I mean no matter what MODE i feed to the function, its returns true
I'm not sure to understand. I've added a display when overing gizmo in the sample. Can you repro in the sample?
Thanks! should be fixed now and pushed into master. Also, don't forget to check ::IsUsing
Thanks! should be fixed now and pushed into master. Also, don't forget to check ::IsUsing
Now its fine when cursor is over, but when i start use guizmo the issue happens again.
when isusing is true, isover is irrelevant.
when isusing is true, isover is irrelevant.
oh i got it, thanks