GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)

This commit is contained in:
omar
2019-03-15 15:03:37 +01:00
parent ff03ae503b
commit 857381b9ca
4 changed files with 15 additions and 17 deletions

View File

@ -36,6 +36,8 @@ HOW TO UPDATE?
Breaking Changes:
Other Changes:
- GetMouseDragDelta(): also returns the delta on the mouse button released frame. (#2419)
- GetMouseDragDelta(): verify that mouse positions are valid otherwise returns zero.
- Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized
GL function loaders early, and help users understand what they are missing. (#2421)