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

Exposure of gContext.mbMouseOver

mgerhardy opened this issue · comments

It would be useful to get access to gContext.mbMouseOver for determining whether the view manipulator that is usually put on top of the viewport is hovered to distinguish between clicking the viewport - or clicking the view manipulator.

See the attached patch where I've moved a few static boolean over to the context struct to handle this