py-sdl / py-sdl2

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

Update SDL_mixer bindings to 2.6.0 #237

Closed a-hurst closed 2 years ago

a-hurst commented 2 years ago

PR Description

This updates the bindings for sdl2.sdlmixer to wrap the new functions and constants in SDL_mixer 2.6.0. It also expands the documentation for the mixer module a bit based on the new official docs.

Merge Checklist