Re: [PATCH 1/3] dinput: Disable linuxinput or linux joysticks based on registry key (try 2)
Lucas Zawacki <lfzawacki(a)gmail.com> writes:
From: Lucas Fialho Zawacki <lfzawacki(a)gmail.com>
In the form of "controllername(drivername)"="disabled" key
Examples: Disable the linux js driver for "Usb Controller" device "Usb Controller(js)"="disabled"
Disable the linux js and event drivers for "Other Controller" device "OtherController(event)"="disabled" "OtherController(js)"="disabled"
That's better, thanks. You probably want to put them under a subkey though, to avoid mixing up the joystick names with the other configuration values. -- Alexandre Julliard julliard(a)winehq.org
That's better, thanks. You probably want to put them under a subkey though, to avoid mixing up the joystick names with the other configuration values.
No problem. If I put them under a key "Disabled" I think it's ok to not ask for a value, just a key with the joystick name right?
Lucas Zawacki <lfzawacki(a)gmail.com> writes:
That's better, thanks. You probably want to put them under a subkey though, to avoid mixing up the joystick names with the other configuration values.
No problem. If I put them under a key "Disabled" I think it's ok to not ask for a value, just a key with the joystick name right?
It's better to use something like "Joysticks" and explicit values, we may want more per-joystick options at some point. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Lucas Zawacki