Fixed bug 2873 - Joystick test won't reload after reattach

lectem

-plug in the joystick
-start testjoystick 0
-unplug
-replug

The joystick is detected but doesn't enter the loop anymore since done==SDL_TRUE
Philipp Wiesemann 2015-02-10 20:40:03 +01:00
parent bd61c276fa
commit 39c41bb952
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ WatchJoystick(SDL_Joystick * joystick)
{
SDL_Window *window = NULL;
const char *name = NULL;
done = SDL_FALSE;
/* Create a window to display joystick axis position */
window = SDL_CreateWindow("Joystick Test", SDL_WINDOWPOS_CENTERED,