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

  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 291 Sint16 xrel, yrel; local
384 yrel = 0;
389 if ( xrel || yrel ) {
391 0, 1, xrel, yrel);
393 yrel = 0;
401 if ( xrel || yrel ) {
403 0, 1, xrel, yrel);
405 yrel = 0;
409 yrel += (Sint16)ptrbuf[i].dwData;
412 if ( xrel || yrel ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 133 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_MouseMotionEvent
159 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_JoyBallEvent
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 133 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_MouseMotionEvent
159 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_JoyBallEvent
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 133 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_MouseMotionEvent
159 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_JoyBallEvent
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 130 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_MouseMotionEvent
156 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_JoyBallEvent
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 133 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_MouseMotionEvent
159 Sint16 yrel; /* The relative motion in the Y direction */ member in struct:SDL_JoyBallEvent
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 1149 int xrel, yrel; local
1152 yrel = joystick->hwdata->balls[i].axis[1];
1153 if ( xrel || yrel ) {
1156 SDL_PrivateJoystickBall(joystick, (Uint8)i, xrel, yrel);

Completed in 142 milliseconds