HomeSort by relevance Sort by last modified time
    Searched refs:xrel (Results 1 - 12 of 12) sorted by null

  /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/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/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/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/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/android/skin/
window.c     [all...]

Completed in 583 milliseconds