Displaying 1 result from an estimated 1 matches for "jstck_getposex".
2007 Mar 19
1
logitech stick USB/HID compliant works with linux, only 2 axis in wine
...getware ) all 4 axis
x,y,rudder,throttle and POV are recognized.
KDE calibrator also sees all axis and buttons properly
Wine only sees 2 axis (it does see all buttons)
but no rudder,throttle or POV
if I run
WINEDEBUG=trace+joystick wine baron.exe
I get (a lot) of lines like this:
trace:joystick:JSTCK_GetPosEx x: 32768, y: 32768, z: 0, r: 0, u: 0, v:
0, buttons: 0x0000, flags: 0x00ff (fd 24)
x,y and button activity are read, the rest stays on zero.
obviously, z,r,u,v are not read at all......
anyone know how to deal with this , or is it simply a limitation of
wine ? ( which would be rather silly, to...