- Added deadzone handling to SDL joystick support.
SVN r3605 (trunk)
This commit is contained in:
parent
c07eaa4d31
commit
0065c29902
2 changed files with 27 additions and 1 deletions
|
|
@ -493,10 +493,13 @@ void I_StartTic ()
|
|||
I_GetEvent ();
|
||||
}
|
||||
|
||||
void I_ProcessJoysticks ();
|
||||
void I_StartFrame ()
|
||||
{
|
||||
if (KeySymToDIK[SDLK_BACKSPACE] == 0)
|
||||
{
|
||||
InitKeySymMap ();
|
||||
}
|
||||
|
||||
I_ProcessJoysticks();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue