Joystick with more than 6 axes

ceydric2002 wrote on Thursday, January 30, 2014:

Hi,
I’ve got a joystick with 8 axes (actually this is a HMD with a driver that is recognized as a joystick with 8 axes)
Only 6 axes are found by GLFW (and I absolutely need those 8 axes).
This HMD-joystick is correctly found in Windows, where we can see that is has 8 axes and 10 buttons.
How can I have those 2 missing axes in GLFW ?..

elmindreda wrote on Thursday, January 30, 2014:

That will be resolved only with the move to DirectInput. winmm has a hard-coded limit of six axes.

ceydric2002 wrote on Monday, February 03, 2014:

Thank you very much for your answer, Camilla !
It makes perfect sense now…