mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 16:28:12 +08:00
6fc6e3dc7e
This involved changing button state from Uint8 to SDL_bool, and made SDL_PRESSED and SDL_RELEASED unnecessary. Fixes https://github.com/libsdl-org/SDL/issues/10069