Searched refs:mouse_motion (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dhurd_kbd.c53 struct mouse_motion { struct
64 struct mouse_motion mmotion; /* MOUSE_MOTION */
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dhostx.h69 struct mouse_motion { struct in union:EphyrHostXEvent::__anon0da4f1fe020a
74 } mouse_motion; member in union:EphyrHostXEvent::__anon0da4f1fe020a
H A Dephyr.c899 if (ev.data.mouse_motion.screen >=0
900 && (ephyrCurScreen != ev.data.mouse_motion.screen))
904 ephyrCurScreen, ev.data.mouse_motion.screen) ;
905 if (ev.data.mouse_motion.screen >= 0)
908 (inputInfo.pointer, screenInfo.screens[ev.data.mouse_motion.screen],
909 ev.data.mouse_motion.x,
910 ev.data.mouse_motion.y );
920 x = ev.data.mouse_motion.x;
921 y = ev.data.mouse_motion.y;
925 if (findWindowPairFromRemote (ev.data.mouse_motion
[all...]
H A Dhostx.c972 ev->data.mouse_motion.x = xev.xmotion.x;
973 ev->data.mouse_motion.y = xev.xmotion.y;
974 ev->data.mouse_motion.window = xev.xmotion.window;
975 ev->data.mouse_motion.screen = (host_screen ? host_screen->mynum : -1);
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dhurd_mouse.c54 struct mouse_motion { struct
65 struct mouse_motion mmotion; /* MOUSE_MOTION */
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_inputs.c277 static void mouse_motion(SpiceMouseInstance *sin, int dx, int dy, int dz, function in typeref:typename:void
293 .motion = mouse_motion,

Completed in 6 milliseconds