py-sdl / py-sdl2

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

Update bindings for SDL 2.0.18 #197

Closed a-hurst closed 2 years ago

a-hurst commented 2 years ago

PR Description

Updates the bindings to wrap new functions introduces in SDL 2.0.18, including the new public HID API. This PR also includes a number of small fixes to various unit tests for running natively on macOS, as well as updates to the Appveyor image version to fix tests failing due to an expired SSL certificate.

Merge Checklist