Searched refs:MAX_JOYSTICKS (Results 1 – 2 of 2) sorted by relevance
41 #define MAX_JOYSTICKS 16 macro48 static UINT SYS_JoystickID[MAX_JOYSTICKS];49 static JOYCAPSA SYS_Joystick[MAX_JOYSTICKS];50 static char *SYS_JoystickName[MAX_JOYSTICKS];165 for (i = 0; i < MAX_JOYSTICKS; ++i) { in SDL_SYS_JoystickInit()173 for (i = JOYSTICKID1; i < maxdevs && SDL_SYS_numjoysticks < MAX_JOYSTICKS; ++i) { in SDL_SYS_JoystickInit()379 for (i = 0; i < MAX_JOYSTICKS; i++) { in SDL_SYS_JoystickQuit()
39 #define MAX_JOYSTICKS 16 macro42 static char *SDL_joyport[MAX_JOYSTICKS];43 static char *SDL_joyname[MAX_JOYSTICKS];71 for (i = 0; (numjoysticks < MAX_JOYSTICKS) && (i < nports); ++i) in HAIKU_JoystickInit()
Completed in 5 milliseconds