Searched refs:yrel (Results 1 - 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_joystick_c.h34 Uint8 ball, Sint16 xrel, Sint16 yrel);
H A DSDL_joystick.c493 Sint16 xrel, Sint16 yrel)
504 joystick->balls[ball].dy += yrel;
515 event.jball.yrel = yrel;
492 SDL_PrivateJoystickBall(SDL_Joystick *joystick, Uint8 ball, Sint16 xrel, Sint16 yrel) argument
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c363 Sint16 xrel, yrel; local
457 yrel = 0;
462 if ( xrel || yrel ) {
463 post_mouse_motion(1, xrel, yrel);
465 yrel = 0;
473 if ( xrel || yrel ) {
474 post_mouse_motion(1, xrel, yrel);
476 yrel = 0;
480 yrel += (Sint16)ptrbuf[i].dwData;
483 if ( xrel || yrel ) {
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_events.h140 Sint16 yrel; /**< The relative motion in the Y direction */ member in struct:SDL_MouseMotionEvent
166 Sint16 yrel; /**< The relative motion in the Y direction */ member in struct:SDL_JoyBallEvent
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_mouse.c188 event.motion.yrel = Yrel;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestjoystick.c73 event.jball.yrel);
H A Dthreadwin.c157 events[i].motion.xrel, events[i].motion.yrel);
H A Dtestwm.c280 event->motion.xrel, event->motion.yrel);
/external/qemu/android/skin/
H A Dwindow.c1127 skin_window_trackball_move( SkinWindow* window, int xrel, int yrel )
1131 if ( skin_trackball_move( state->ball, xrel, yrel ) ) {
1755 skin_window_trackball_move( window, ev->motion.xrel, ev->motion.yrel );

Completed in 183 milliseconds