Backends: SDL: Add extra mouse buttons handling (#5125)

This commit is contained in:
Sergiu Giurgiu
2022-03-19 19:13:31 -04:00
committed by ocornut
parent 6fae29679a
commit 31e77eacdb
2 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,7 @@ Other Changes:
- Misc: Updated stb_rect_pack.h from 1.00 to 1.01 (minor). (#5075)
- Misc: binary_to_compressed_c tool: Added -nostatic option. (#5021) [@podsvirov]
- ImVector: Fixed erase() with empty range. (#5009) [@thedmd]
- Backends: SDL: Added support for extra mouse buttons (SDL_BUTTON_X1/SDL_BUTTON_X2). (#5125) [@sgiurgiu]
- Examples: Emscripten: Fix building for latest Emscripten specs. (#3632)