mirror of https://github.com/encounter/SDL.git
Added a FIXME.
This commit is contained in:
parent
7fa4eece25
commit
754067db7e
|
@ -1524,6 +1524,7 @@ TranslatePOV(DWORD value)
|
||||||
|
|
||||||
/* SDL_PrivateJoystick* doesn't discard duplicate events, so we need to
|
/* SDL_PrivateJoystick* doesn't discard duplicate events, so we need to
|
||||||
* do it. */
|
* do it. */
|
||||||
|
/* !!! FIXME: SDL_PrivateJoystickAxis _does_ discard duplicate events now. Ditch this code. */
|
||||||
static int
|
static int
|
||||||
SDL_PrivateJoystickAxis_Int(SDL_Joystick * joystick, Uint8 axis, Sint16 value)
|
SDL_PrivateJoystickAxis_Int(SDL_Joystick * joystick, Uint8 axis, Sint16 value)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue