py-sdl / py-sdl2

Python ctypes wrapper around SDL2
Other
296 stars 49 forks source link

Update SDL2 bindings to 2.0.20 #214

Closed a-hurst closed 2 years ago

a-hurst commented 2 years ago

PR Description

This PR updates PySDL2 to bind the new functions and constants in SDL2 2.0.20. Since 2.0.20 basically a bug fix release, there aren't many major changes except for the RenderGeometryRaw function (the minimum version of which was bumped to 2.0.20 because its argument types changed).

Merge Checklist