Searched refs:XUSER_MAX_COUNT (Results 1 – 7 of 7) sorted by relevance
31 #ifndef XUSER_MAX_COUNT32 #define XUSER_MAX_COUNT 4 macro
53 for (i = 0; i < XUSER_MAX_COUNT; i++) { in SDL_XINPUT_HapticInit()67 if ((!loaded_xinput) || (dwUserid >= XUSER_MAX_COUNT)) { in SDL_XINPUT_MaybeAddDevice()116 if ((!loaded_xinput) || (dwUserid >= XUSER_MAX_COUNT)) { in SDL_XINPUT_MaybeRemoveDevice()
154 #ifndef XUSER_MAX_COUNT155 #define XUSER_MAX_COUNT 4 macro
695 for (i = 0; i < XUSER_MAX_COUNT; i++) in _glfwDetectJoystickConnectionWin32()
218 SDL_bool bOpenedXInputDevices[XUSER_MAX_COUNT]; in SDL_JoystickThread()238 for (userId = 0; userId < XUSER_MAX_COUNT; userId++) { in SDL_JoystickThread()
176 for (iuserid = XUSER_MAX_COUNT - 1; iuserid >= 0; iuserid--) { in SDL_XINPUT_JoystickDetect()195 SDL_assert(userId < XUSER_MAX_COUNT); in SDL_XINPUT_JoystickOpen()
156 #define XUSER_MAX_COUNT 4 macro