IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
Examples/Backends: Don't filter characters under 0x10000 before calling io.AddInputCharacter(), the filtering is done in io.AddInputCharacter() itself. This is in prevision for fuller Unicode support. (#2538, #2541)
1 parent 7c256fb commit ef13d95466f27b4a955d6f95da90822001ace25f
@omar omar authored on 11 May 2019
Showing 9 changed files
View
docs/CHANGELOG.txt
View
examples/imgui_impl_allegro5.cpp
View
examples/imgui_impl_glfw.cpp
View
examples/imgui_impl_glut.cpp
View
examples/imgui_impl_marmalade.cpp
View
examples/imgui_impl_osx.mm
View
examples/imgui_impl_win32.cpp
View
imgui.cpp
View
imgui.h