2.5.3.1
What's Changed
- SDL.Event.pollEvents: remove redundant constraint by @endgame in #211
- SDL.Audio: Fix openAudioDevice Changeable check by @spinnylights in #229
- AudioSpec now exports its constructor so you can access sample format by @evanrinehart in #234
- Add binding for getWindowBordersSize by @TristanCacqueray in #231
- Export SurfacePixelFormat constructor by @bbarker in #192
- Expose ModalLocation type by @Grinshpon in #207
- Add SDL.Input.Mouse.createSystemCursor by @phlay in #226
- Bindings for some missing parts of the raw SDL2 API by @evanrinehart in #205
- Fixes for GHC 9.2 by @dpwiz in #236
- Add bindings for renderCopyExF, FRect, FPoint by @nxths in #228
- Make results of SDL.getRenderDriverInfo printable without causing errors by @oshyshko in #227