Home
last modified time | relevance | path

Searched refs:SDL_allocatedjoysticks (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/
DSDL_joystick.c40 int SDL_allocatedjoysticks = 0; variable
51 SDL_allocatedjoysticks = status; in SDL_JoystickInit()
52 arraylen = (SDL_allocatedjoysticks+1)*sizeof(*SDL_joysticks); in SDL_JoystickInit()
56 SDL_allocatedjoysticks = 0; in SDL_JoystickInit()
376 (SDL_allocatedjoysticks-i)*sizeof(joystick)); in SDL_JoystickClose()
425 SDL_allocatedjoysticks = 0; in SDL_JoystickQuit()