Searched refs:bOpenedXInputDevices (Results 1 – 1 of 1) sorted by relevance
225 SDL_bool bOpenedXInputDevices[XUSER_MAX_COUNT]; in SDL_JoystickThread() local226 SDL_zeroa(bOpenedXInputDevices); in SDL_JoystickThread()248 if (bOpenedXInputDevices[userId] != available) { in SDL_JoystickThread()250 bOpenedXInputDevices[userId] = available; in SDL_JoystickThread()
Completed in 6 milliseconds