DINPUT: Generic FF effect implementation (FF #4)

Daniel Remenak dtremenak at gmail.com
Sat Aug 6 03:24:19 CDT 2005


The fourth in a series of patches to enable force feedback through
DirectInput on linux event devices.

Changelog:
Add a generic force feedback effect implementation

This patch includes a bunch of support code for all DirectInput FF
effects, and adds stubs for a generic FF effect interface.

Details:
1. Stubs for a generic implementation of the IDirectInputEvent interface
2. Debug utility functions to dump common structures
3. Implementations of necessary object functions (e.g. AddRef,
Release, QueryInterface)
4. Complete implementations of system-independent SetParameters and
GetParameters

This patch adds two files, effect.c and effect_private.h, in the
dlls/dinput directory.  This patch depends on FF #3 in order to
compile.

--Daniel Remenak
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ff-4-effect.diff
Type: text/x-patch
Size: 20024 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050806/53b933d3/ff-4-effect.bin


More information about the wine-patches mailing list