HomeSort by relevance Sort by last modified time
    Searched defs:yrel (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
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/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/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);

Completed in 91 milliseconds