Backends: SDL: Fixed mapping for ImGuiKey_KeyPadEnter. (#3031) [@Davido71]

This commit is contained in:
ocornut
2020-02-20 12:28:06 +01:00
parent 02a6c06080
commit 0345324646
2 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,7 @@ Other Changes:
a manifest.
- Backends: SDL: Added ImGui_ImplSDL2_InitForMetal() for API consistency (even though the function
currently does nothing).
- Backends: SDL: Fixed mapping for ImGuiKey_KeyPadEnter. (#3031) [@Davido71]
- Examples: Added SDL2+Metal example application. (#3017) [@coding-jackalope]