mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
removed debug output
This commit is contained in:
parent
34b69ed202
commit
abec95e63e
@ -140,12 +140,12 @@ void initJoysticks() {
|
||||
if(numsticks > 8) numsticks = 8;
|
||||
for(int i=0; i<numsticks; i++) {
|
||||
sticks[i] = SDL_JoystickOpen(i);
|
||||
printf("axes = %d, balls = %d, buttons = %d, hats = %d\n",
|
||||
/* printf("axes = %d, balls = %d, buttons = %d, hats = %d\n",
|
||||
SDL_JoystickNumAxes(sticks[i]),
|
||||
SDL_JoystickNumBalls(sticks[i]),
|
||||
SDL_JoystickNumButtons(sticks[i]),
|
||||
SDL_JoystickNumHats(sticks[i])
|
||||
);
|
||||
); */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user