Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a FIXME.
  • Loading branch information
icculus committed Mar 2, 2014
1 parent 7fa4eec commit 754067d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joystick/windows/SDL_dxjoystick.c
Expand Up @@ -1524,6 +1524,7 @@ TranslatePOV(DWORD value)

/* SDL_PrivateJoystick* doesn't discard duplicate events, so we need to
* do it. */
/* !!! FIXME: SDL_PrivateJoystickAxis _does_ discard duplicate events now. Ditch this code. */
static int
SDL_PrivateJoystickAxis_Int(SDL_Joystick * joystick, Uint8 axis, Sint16 value)
{
Expand Down

0 comments on commit 754067d

Please sign in to comment.