mirror of https://github.com/encounter/SDL.git
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
This commit is contained in:
parent
bd61c276fa
commit
39c41bb952
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue