Remove errant tab from joystick message
This commit is contained in:
parent
2d06ca649c
commit
b1295a3f11
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ namespace
|
|||
}
|
||||
window::out() << "Joystick #" << i << ": " << SDL_JoystickName(i) << "("
|
||||
<< SDL_JoystickNumAxes(j) << " axes, " << SDL_JoystickNumButtons(j)
|
||||
<< " buttons, " << SDL_JoystickNumHats(j) << " hats)." << std::endl;
|
||||
<< " buttons, " << SDL_JoystickNumHats(j) << " hats)." << std::endl;
|
||||
for(int k = 0; k < SDL_JoystickNumAxes(j); k++) {
|
||||
unsigned num = 256 * i + k;
|
||||
std::ostringstream x;
|
||||
|
|
Loading…
Add table
Reference in a new issue