Added default data formats for c_dfDIJoystick and c_dfDIJoystick2.
commite2b882aced56c69bd39745afb04fcabaf9dff9e5
authorRobert Reif <reif@earthlink.net>
Tue, 31 Aug 2004 18:51:23 +0000 (31 18:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 31 Aug 2004 18:51:23 +0000 (31 18:51 +0000)
tree1182bb02e104f888529cc1049b74076399aac84a
parentf3880a29ea192be7b8a1383e5ef7695ba3b39477
Added default data formats for c_dfDIJoystick and c_dfDIJoystick2.
Added object properties for more than one object.
Added error checks for acquired.
Default to using c_dfDIJoystick2 data format.
Try to use user supplied data formats (only works if same as one of
the defaults).
Code cleanup, error checking and tracing added.
Added support for up to 8 axis.
dlls/dinput/Makefile.in
dlls/dinput/data_formats.c [new file with mode: 0644]
dlls/dinput/device.c
dlls/dinput/device_private.h
dlls/dinput/joystick_linux.c