veandco / go-sdl2-examples

This is where all go-sdl2 examples are stored
91 stars 34 forks source link

Fixed JoyDeviceEvent #2

Closed drakbar closed 5 years ago

drakbar commented 5 years ago

JoyDeviceEvent is now broken up into JoyDeviceAddedEvent and JoyDeviceRemovedEvent, added these two cases to reflect those changes.

veeableful commented 5 years ago

Thanks!