Searched refs:xrel (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/joystick/
H A DSDL_joystick_c.h34 Uint8 ball, Sint16 xrel, Sint16 yrel);
H A DSDL_joystick.c470 Sint16 xrel, Sint16 yrel)
475 joystick->balls[ball].dx += xrel;
486 event.jball.xrel = xrel;
469 SDL_PrivateJoystickBall(SDL_Joystick *joystick, Uint8 ball, Sint16 xrel, Sint16 yrel) argument
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5events.c291 Sint16 xrel, yrel; local
383 xrel = 0;
389 if ( xrel || yrel ) {
391 0, 1, xrel, yrel);
392 xrel = 0;
397 xrel += (Sint16)ptrbuf[i].dwData;
401 if ( xrel || yrel ) {
403 0, 1, xrel, yrel);
404 xrel = 0;
412 if ( xrel || yre
[all...]
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_events.h132 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent
158 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
/external/qemu/distrib/sdl-1.2.12/src/events/
H A DSDL_mouse.c182 event.motion.xrel = Xrel;
/external/qemu/android/skin/
H A Dwindow.c991 skin_window_trackball_move( SkinWindow* window, int xrel, int yrel ) argument
995 if ( skin_trackball_move( state->ball, xrel, yrel ) ) {
1496 skin_window_trackball_move( window, ev->motion.xrel, ev->motion.yrel );

Completed in 878 milliseconds