/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 | 117 Sint16 Xrel; 125 Xrel = x; 158 Xrel = X-SDL_MouseX; 163 if ( ! Xrel && ! Yrel ) { 174 SDL_DeltaX += Xrel; 187 event.motion.xrel = Xrel;
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5events.c | 363 Sint16 xrel, yrel; local 456 xrel = 0; 462 if ( xrel || yrel ) { 463 post_mouse_motion(1, xrel, yrel); 464 xrel = 0; 469 xrel += (Sint16)ptrbuf[i].dwData; 473 if ( xrel || yrel ) { 474 post_mouse_motion(1, xrel, yrel); 475 xrel = 0; 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) 503 joystick->balls[ball].dx += xrel; 514 event.jball.xrel = xrel;
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdljoyballevent.html | 97 Sint16 xrel, yrel; 173 >xrel</I 233 >xrel</I
|
sdlmousemotionevent.html | 97 Sint16 xrel, yrel; 178 >xrel</I 241 >xrel</I
|
guideinput.html | 465 >event.jball.xrel</I
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_events.h | 139 Sint16 xrel; /**< The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 165 Sint16 xrel; /**< The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_events.h | 139 Sint16 xrel; /**< The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 165 Sint16 xrel; /**< The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_events.h | 139 Sint16 xrel; /**< The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 165 Sint16 xrel; /**< The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_events.h | 139 Sint16 xrel; /**< The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 165 Sint16 xrel; /**< The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testjoystick.c | 72 event.jball.xrel,
|
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 1170 xrel = joystick->hwdata->balls[i].axis[0]; 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
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
codemirror.js | [all...] |
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/ |
codemirror.js | [all...] |
/external/skia/experimental/webtry/res/js/cm/ |
codemirror.js | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_amd64_toIR.c | [all...] |