Backends: GLFW: Restore previously installed user callbacks in ImplGlfw when ImGui shuts down (#2836)

This commit is contained in:
malte-v
2019-10-18 16:25:18 +02:00
committed by omar
parent 714fe29d1a
commit 4de32cc87e
2 changed files with 13 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Other Changes:
- Docs: Added permanent redirect from https://www.dearimgui.org/faq to FAQ page.
- Demo: Added simple item reordering demo in Widgets -> Drag and Drop section. (#2823, #143) [@rokups]
- Backends: OSX: Fix using Backspace key. (#2578, #2817, #2818) [@DiligentGraphics]
- Backends: GLFW: Previously installed user callbacks are now restored on shutdown. (#2836) [@malte-v]
-----------------------------------------------------------------------