Searched refs:yrel (Results 1 – 11 of 11) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5events.c | 363 Sint16 xrel, yrel; in handle_mouse() local 457 yrel = 0; in handle_mouse() 462 if ( xrel || yrel ) { in handle_mouse() 463 post_mouse_motion(1, xrel, yrel); in handle_mouse() 465 yrel = 0; in handle_mouse() 473 if ( xrel || yrel ) { in handle_mouse() 474 post_mouse_motion(1, xrel, yrel); in handle_mouse() 476 yrel = 0; in handle_mouse() 480 yrel += (Sint16)ptrbuf[i].dwData; in handle_mouse() 483 if ( xrel || yrel ) { in handle_mouse() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/ |
D | SDL_joystick.c | 493 Sint16 xrel, Sint16 yrel) in SDL_PrivateJoystickBall() argument 504 joystick->balls[ball].dy += yrel; in SDL_PrivateJoystickBall() 515 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
|
D | SDL_joystick_c.h | 34 Uint8 ball, Sint16 xrel, Sint16 yrel);
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_events.h | 140 Sint16 yrel; /**< The relative motion in the Y direction */ member 166 Sint16 yrel; /**< The relative motion in the Y direction */ member
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
D | SDL_sysjoystick.c | 1168 int xrel, yrel; in SDL_SYS_JoystickUpdate() local 1171 yrel = joystick->hwdata->balls[i].axis[1]; in SDL_SYS_JoystickUpdate() 1172 if ( xrel || yrel ) { in SDL_SYS_JoystickUpdate() 1175 SDL_PrivateJoystickBall(joystick, (Uint8)i, xrel, yrel); in SDL_SYS_JoystickUpdate()
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testjoystick.c | 73 event.jball.yrel); in WatchJoystick()
|
D | threadwin.c | 157 events[i].motion.xrel, events[i].motion.yrel); in HandleMouse()
|
D | testwm.c | 280 event->motion.xrel, event->motion.yrel); in FilterEvents()
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
D | SDL_mouse.c | 188 event.motion.yrel = Yrel; in SDL_PrivateMouseMotion()
|
/external/qemu/android/skin/ |
D | window.c | 1127 skin_window_trackball_move( SkinWindow* window, int xrel, int yrel ) in skin_window_trackball_move() argument 1131 if ( skin_trackball_move( state->ball, xrel, yrel ) ) { in skin_window_trackball_move() 1755 skin_window_trackball_move( window, ev->motion.xrel, ev->motion.yrel ); in skin_window_process_event()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 714 Sint16 event->motion.xrel, Sint16 event->motion.yrel
|