Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)

This commit is contained in:
omar
2018-11-23 18:12:37 +01:00
parent 0c4dee083c
commit 35d648341b
3 changed files with 6 additions and 2 deletions

View File

@ -37,6 +37,8 @@ Breaking Changes:
Other Changes:
- Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)
-----------------------------------------------------------------------
VERSION 1.66 (Released 2018-11-22)