py-sdl / py-sdl2

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

Update SDL2 bindings to release 2.24.0 #246

Closed a-hurst closed 2 years ago

a-hurst commented 2 years ago

PR Description

This PR adds bindings and tests for the new functions/constants/structures added in the SDL 2.24.0 release.

Also, for the sake of future maintenance, the Linux CI runners now actually respect the pinned SDL2 version number instead of just fetching the latest pysdl2-dll release.

Merge Checklist