[Bug 18838] New: DirectInput axis mapping does not work
http://bugs.winehq.org/show_bug.cgi?id=18838 Summary: DirectInput axis mapping does not work Product: Wine Version: 1.1.23 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-dinput AssignedTo: wine-bugs(a)winehq.org ReportedBy: simotsa(a)gmail.com According to http://wiki.winehq.org/UsefulRegistryKeys, it is possible to map axis by creating a registry key in HKCU\Software\Wine\DirectInput. Using the following command, WINEDEBUG="+dinput" wine program.exe 2>&1 | grep joydev_enum_device I can obtain the name of my joystick, which is "USB Joystick USB Joystick " in my case. I wanted to map axis 2 and 3 to axis 0 and 1. So I tried adding the following key: "USB Joystick USB Joystick "="rX,rY,X,Y,Rz,Z" To verify where the mapping worked, I ran the following command: WINEDEBUG="+dinput" wine program.exe 2>&1 | grep "changing axis" and it returned: changing axis 0 => 0 changing axis 1 => 1 changing axis 2 => 2 changing axis 3 => 3 changing axis 4 => 4 changing axis 5 => 5 In the other word, axis mapping does not work. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18838 --- Comment #1 from Wai Ling Tsang <simotsa(a)gmail.com> 2009-06-08 04:14:36 --- I tested it with another joystick with 2 axis and a proper device name and it works. So axis mapping either it doesn't work for device with spaces at the end, or it doesn't work for 6 axis. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18838 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware, source -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18838 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vitaliy(a)kievinfo.com --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-10 20:37:23 --- I'm working on winecfg addition for easier mapping. But don't have much time lately to get it finished. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18838 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-08-21 08:35:12 --- Now evdev driver supports axes mapping too. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18838 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-21 12:53:01 --- Closing bugs fixed in 1.1.28. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org