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

IMSEQUENCER: fixed floating point exception in ImSequencer.cpp:57 #233

Closed mgerhardy closed 2 years ago

mgerhardy commented 2 years ago

see the change in imgui sdl backend:

2017-08-25: Inputs: MousePos set to -FLT_MAX,-FLT_MAX when mouse is unavailable/missing (instead of -1,-1).