author | Ryan C. Gordon |
Sat, 01 Mar 2014 22:27:21 -0500 | |
changeset 8280 | 860092ac58d6 |
parent 8279 | 7e22273aed11 |
child 8281 | f280c6b5d08c |
1.1 --- a/src/joystick/windows/SDL_dxjoystick.c Sat Mar 01 22:27:13 2014 -0500 1.2 +++ b/src/joystick/windows/SDL_dxjoystick.c Sat Mar 01 22:27:21 2014 -0500 1.3 @@ -1524,6 +1524,7 @@ 1.4 1.5 /* SDL_PrivateJoystick* doesn't discard duplicate events, so we need to 1.6 * do it. */ 1.7 +/* !!! FIXME: SDL_PrivateJoystickAxis _does_ discard duplicate events now. Ditch this code. */ 1.8 static int 1.9 SDL_PrivateJoystickAxis_Int(SDL_Joystick * joystick, Uint8 axis, Sint16 value) 1.10 {