ysbaddaden / sdl.cr

SDL2 bindings for Crystal
102 stars 32 forks source link

Fix SDL_JoystickGetButton's signature #18

Closed RX14 closed 6 years ago

RX14 commented 6 years ago

Just using this library as C bindings to SDL for joystick access for now. Perhaps I'll PR a high-level joystick access library sometime :)

Regardless, this function doesn't return a value but it really really should.

ysbaddaden commented 6 years ago

Yeah, sure :-)