PySDL2 0.9.9
This is the official release PySDL2 0.9.9! This release updates the bindings to support new functions and hints added in SDL2 2.0.16, and also fixes a critical sdl2.ext.Window
bug introduced in 0.9.8.
Changelog
- Added bindings for new functions and constants introduced in SDL2 2.0.16
- Reverted the fix for issue #139 which inadvertently caused
Window.show()
to force the window to use SDL2's software rendering, breaking theRenderer
class and compatibility with PyOpenGL.