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

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestjoystick.c70 event.jball.which,
71 event.jball.ball,
72 event.jball.xrel,
73 event.jball.yrel);
/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_joystick.c511 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/
H A DSDL_events.h234 SDL_JoyBallEvent jball; member in union:SDL_Event

Completed in 378 milliseconds