HomeSort by relevance Sort by last modified time
    Searched refs:jball (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testjoystick.c 70 event.jball.which,
71 event.jball.ball,
72 event.jball.xrel,
73 event.jball.yrel);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_joystick.c 511 event.jball.type = SDL_JOYBALLMOTION;
512 event.jball.which = joystick->index;
513 event.jball.ball = ball;
514 event.jball.xrel = xrel;
515 event.jball.yrel = yrel;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 234 SDL_JoyBallEvent jball; member in union:SDL_Event
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 234 SDL_JoyBallEvent jball; member in union:SDL_Event
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 234 SDL_JoyBallEvent jball; member in union:SDL_Event
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 234 SDL_JoyBallEvent jball; member in union:SDL_Event

Completed in 82 milliseconds