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

Fix obsolete functions for latest ImGui version #256

Closed Aidiakapi closed 2 years ago

Aidiakapi commented 2 years ago

Similarly to commit aefb7ebd81284d5aeec7cbe0a29da8561521f8b7, this fixes a call to the obsolete CaptureMouseFromApp.

Most of these calls were already fixed in the aforementioned commit, but the one in ImSequencer.cpp was missed.