pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
766 stars 120 forks source link

EventState SDL3 compat #2940

Closed Starbuck5 closed 1 week ago

Starbuck5 commented 1 week ago

Continuing my long series of bite sized SDL3 patches.

Currently, a minimal compile requires patches on base, constants, display, event, ft_wrap.c, joystick, mouse, rwobject (fixed in #2933), and window.

This PR makes gets us a bit closer to taking event and joystick off that list.