veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.18k stars 219 forks source link

Where are the joystick events? #445

Closed dragonfax closed 4 years ago

dragonfax commented 4 years ago

When using PollEvent, you have structs for mouse and controller events. but no joystick events.

dragonfax commented 4 years ago

I'm an idiot, I found it.