TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 221 forks source link

Slider will not lose focus when releasing mouse outside of the window. #53

Closed Linkaan closed 8 years ago

Linkaan commented 8 years ago

I noticed when playing around with sparky that when using the debug menu if I released the mouse outside of the application window after I had clicked on the slider it would not release focus. Maybe it isn't relevant since it is only used for debugging right now.

TheCherno commented 8 years ago

No this is very much relevant, and is a bug. This happens with the window in general, not just the slider. You can easily replicate this if you use the mouse to move the camera (whilst holding down a mouse button and ALT in Test3D), drag the mouse outside the window, and release the mouse button. This will be fixed in the future.

TheCherno commented 8 years ago

Fixed in March 2016 release.