ChangeSet ID: 11668 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/24 17:37:56
Modified files: dlls/dinput : joystick_linuxinput.c
Log message: Christoph Frick frick@SC-Networks.de - Added missing break statement. - Changed the mapping of the axis to a simpler formula, that ignores the middle of an axis. - Min/max values where initalized switched. - Added the missing button and axis events that are registered earlier in the code but never made it to the application. - Added a little more descriptive comment about the deadzone.
Patch: http://cvs.winehq.org/patch.py?id=11668
Old revision New revision Changes Path 1.1 1.2 +70 -10 wine/dlls/dinput/joystick_linuxinput.c