Home
last modified time | relevance | path

Searched refs:yrel (Results 1 – 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5events.c363 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/
DSDL_joystick.c493 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()
DSDL_joystick_c.h34 Uint8 ball, Sint16 xrel, Sint16 yrel);
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_events.h140 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/
DSDL_sysjoystick.c1168 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/
Dtestjoystick.c73 event.jball.yrel); in WatchJoystick()
Dthreadwin.c157 events[i].motion.xrel, events[i].motion.yrel); in HandleMouse()
Dtestwm.c280 event->motion.xrel, event->motion.yrel); in FilterEvents()
/external/qemu/distrib/sdl-1.2.15/src/events/
DSDL_mouse.c188 event.motion.yrel = Yrel; in SDL_PrivateMouseMotion()
/external/qemu/android/skin/
Dwindow.c1127 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/
DWhatsNew714 Sint16 event->motion.xrel, Sint16 event->motion.yrel