mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-29 20:27:12 +01:00
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;
|
SDL_Window *window = NULL;
|
||||||
const char *name = NULL;
|
const char *name = NULL;
|
||||||
|
done = SDL_FALSE;
|
||||||
|
|
||||||
/* Create a window to display joystick axis position */
|
/* Create a window to display joystick axis position */
|
||||||
window = SDL_CreateWindow("Joystick Test", SDL_WINDOWPOS_CENTERED,
|
window = SDL_CreateWindow("Joystick Test", SDL_WINDOWPOS_CENTERED,
|
||||||
|
Loading…
Reference in New Issue
Block a user