sdl2
sdl2 copied to clipboard
SDL 2.0.5
There should probably be a new release that adds support/requires SDL 2.0.5, released back in 2016.
Most relevant additions from https://forums.libsdl.org/viewtopic.php?t=12160:
- [ ] Text drag/drop events
- [ ] Multiple item drag/drop events
- [ ]
SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH
support - [ ]
SDL_HINT_BMP_SAVE_LEGACY_FORMAT
support - [ ]
SDL_WINDOWEVENT_HIT_TEST
window event - [ ]
SDL_BLENDMODE_NONE
support
My recommendation is to ignore the release notes completely and do a diff on the SDL include headers between 2.0.4 and 2.0.5 to see what's missing and/or changed.
Experience tells me that they always forget to mention a number of changes.
2.0.5 is in Ubuntu Zesty, not sure if we consider that too new or not.
The support of the "RGBA32" (and other similar) pixel format macros would be nice as well.