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.
Re: Joystick events don't send
Can you try as first step if Irrlicht example 19.MouseAndJoystick works on your system?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Joystick events don't send
Yeah it does.