Joystick events don't send
Joystick events don't send
I am working on getting joystick support in my game, and my receiver works with keyboard and mouse, but no joystick events are sent. I do initialize the device I have with an array for joystick state(s). But I don't ever receive any events, even though the check returns true and there is a controller found in the joystick state array. For context, my Irrlicht window is a child of a glfw window, but I have never had issues in the past with this approach.