/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5events.c | 291 Sint16 xrel, yrel; local 383 xrel = 0; 389 if ( xrel || yrel ) { 391 0, 1, xrel, yrel); 392 xrel = 0; 397 xrel += (Sint16)ptrbuf[i].dwData; 401 if ( xrel || yrel ) { 403 0, 1, xrel, yrel); 404 xrel = 0; 412 if ( xrel || yrel ) [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_events.h | 132 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 158 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_events.h | 132 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 158 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_events.h | 132 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 158 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_events.h | 129 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 155 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_events.h | 132 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_MouseMotionEvent 158 Sint16 xrel; /* The relative motion in the X direction */ member in struct:SDL_JoyBallEvent
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/linux/ |
SDL_sysjoystick.c | 1149 int xrel, yrel; local 1151 xrel = joystick->hwdata->balls[i].axis[0]; 1153 if ( xrel || yrel ) { 1156 SDL_PrivateJoystickBall(joystick, (Uint8)i, xrel, yrel);
|