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

Add ImGuizmo::IsUsingAny #301

Closed ZingBallyhoo closed 1 year ago

ZingBallyhoo commented 1 year ago

After https://github.com/CedricGuillemet/ImGuizmo/pull/289 its no longer possible to know if any gizmo is active without manual tracking (for example, to prevent left-click camera movement)

This PR adds the old code back but under a new name