Skip to content

PySDL2 0.9.9

Compare
Choose a tag to compare
@a-hurst a-hurst released this 02 Sep 19:35
· 153 commits to master since this release

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 the Renderer class and compatibility with PyOpenGL.