HomeSort by relevance Sort by last modified time
    Searched full:sdl_joyport (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc 42 static char *SDL_joyport[MAX_JOYSTICKS];
68 SDL_memset(SDL_joyport, 0, (sizeof SDL_joyport));
75 SDL_joyport[numjoysticks] = strdup(name);
113 if ( stick->Open(SDL_joyport[joystick->index]) == B_ERROR ) {
224 for ( i=0; SDL_joyport[i]; ++i ) {
225 SDL_free(SDL_joyport[i]);
227 SDL_joyport[0] = NULL;

Completed in 2099 milliseconds