https://bugs.winehq.org/show_bug.cgi?id=18424 Henrik Haftmann <heha(a)hrz.tu-chemnitz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heha(a)hrz.tu-chemnitz.de --- Comment #80 from Henrik Haftmann <heha(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.