[Bug 18424] Mac OS X Joystick support doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 17 10:43:30 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=18424

--- Comment #47 from Jonas Maebe <jonas.bugzilla at gmail.com> 2011-06-17 10:43:30 CDT ---
(In reply to comment #46)
> PS, regarding DOSBox: it probably uses SDL for its joystick input, and SDL does
> not use DirectInput.

I've just noticed that the development versions of SDL have added DirectInput
support under Windows. So if you rebuild DOSBox against SDL 1.3, things may
work better.

I've also seen that the Linux code allows Windows apps to remap the axes based
on registry keys while the Mac code doesn't. You may want to try to adding a
call to setup_dinput_options() (possibly along with some support code to make
it possible to use the remapping information afterwards) to the Mac OS X code
like in the Linux code at
http://source.winehq.org/source/dlls/dinput/joystick_linuxinput.c#L474

-- 
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.



More information about the wine-bugs mailing list