/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_JoyBallEvent.3 | 11 Sint16 xrel, yrel;
|
SDL_MouseMotionEvent.3 | 11 Sint16 xrel, yrel;
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_mouse.c | 118 Sint16 Yrel; 126 Yrel = y; 159 Yrel = Y-SDL_MouseY; 163 if ( ! Xrel && ! Yrel ) { 175 SDL_DeltaY += Yrel; 188 event.motion.yrel = Yrel;
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5events.c | 363 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/src/joystick/ |
SDL_joystick_c.h | 34 Uint8 ball, Sint16 xrel, Sint16 yrel);
|
SDL_joystick.c | 493 Sint16 xrel, Sint16 yrel) 504 joystick->balls[ball].dy += yrel; 515 event.jball.yrel = yrel;
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdljoyballevent.html | 97 Sint16 xrel, yrel; 178 >yrel</I 238 >yrel</I
|
sdlmousemotionevent.html | 97 Sint16 xrel, yrel; 183 >yrel</I 246 >yrel</I
|
guideinput.html | 470 >event.jball.yrel</I
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_events.h | 140 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
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_events.h | 140 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
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_events.h | 140 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
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_events.h | 140 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/test/ |
testjoystick.c | 73 event.jball.yrel);
|
threadwin.c | 157 events[i].motion.xrel, events[i].motion.yrel);
|
testwm.c | 280 event->motion.xrel, event->motion.yrel);
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
SDL_sysjoystick.c | 1168 int xrel, yrel; local 1171 yrel = joystick->hwdata->balls[i].axis[1]; 1172 if ( xrel || yrel ) { 1175 SDL_PrivateJoystickBall(joystick, (Uint8)i, xrel, yrel);
|
/external/qemu/android/skin/ |
window.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
WhatsNew | 714 Sint16 event->motion.xrel, Sint16 event->motion.yrel
|