Scan fourth joystick axis, hope this doesn't break anything
This commit is contained in:
@@ -306,7 +306,7 @@ int Main_Proc(void)
|
||||
break;
|
||||
|
||||
case SDL_JOYAXISMOTION:
|
||||
for (j = 0; j < 3; j++)
|
||||
for (j = 0; j < 4; j++)
|
||||
{
|
||||
if (event.jaxis.axis == j)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user