Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/test/
Dtestjoystick.c70 event.jball.which, in WatchJoystick()
71 event.jball.ball, in WatchJoystick()
72 event.jball.xrel, in WatchJoystick()
73 event.jball.yrel); in WatchJoystick()
/external/qemu/distrib/sdl-1.2.15/src/joystick/
DSDL_joystick.c511 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()
512 event.jball.which = joystick->index; in SDL_PrivateJoystickBall()
513 event.jball.ball = ball; in SDL_PrivateJoystickBall()
514 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()
515 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_events.h234 SDL_JoyBallEvent jball; member