https://bugs.winehq.org/show_bug.cgi?id=18424
Henrik Haftmann heha@hrz.tu-chemnitz.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |heha@hrz.tu-chemnitz.de
--- Comment #80 from Henrik Haftmann heha@hrz.tu-chemnitz.de --- I can confirm that joyGetPosEx doesn't return postion values but always zero.
I have an uncommon USB "joystick" here with one button and one axis. http://www.tu-chemnitz.de/~heha/pc/FunkUsb/#2
Its single button reports radio signal attenuation, and the single axis reports a rolling 16-bit event timestamp (range -32768 .. +32767), in milliseconds.
While jstest works but shows degraded values (due to some default calibration which is yet of another concern), winmm:joxGetPosEx() returns always zero for the axis. However, the button event works fine.
My test software is: http://www.tu-chemnitz.de/~heha/hs/Funkuhr.zip
(It works fine when timestamping from X-axis is switched off.) Source code is included.