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

  /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/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);

Completed in 72 milliseconds