[PATCH 2/5] dinput: Support SendForceFeedbackCommand for OSX joysticks

Andrew Eikum aeikum at codeweavers.com
Wed May 22 09:26:55 CDT 2013


On Tue, May 21, 2013 at 02:52:55PM -0600, Charles Davis wrote:
> You can't return the straight HRESULT from ForceFeedback here. That's because the codes in the FACILITY_NULL range on Mac get their values from the 16-bit COM runtime (cf. <CoreFoundation/CFPlugInCOM.h>). You must turn them into their corresponding Win32 codes.
> 

Interesting, thanks. I'll go back and fix this.

Andrew



More information about the wine-devel mailing list