haskell-game / sdl2

Haskell bindings to the SDL2 library
Other
362 stars 86 forks source link

Add high-level GameController bindings #279

Closed jtnuttall closed 1 year ago

jtnuttall commented 1 year ago

Adds high-level game controller bindings with a roughly similar API to the already-existing Joystick bindings.

Should resolve #276