Searched refs:xrel (Results 1 - 6 of 6) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/joystick/ |
H A D | SDL_joystick_c.h | 34 Uint8 ball, Sint16 xrel, Sint16 yrel);
|
H A D | SDL_joystick.c | 470 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 D | SDL_dx5events.c | 291 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 D | SDL_events.h | 132 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 D | SDL_mouse.c | 182 event.motion.xrel = Xrel;
|
/external/qemu/android/skin/ |
H A D | window.c | 991 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