Home | History | Annotate | Download | only in x11

Lines Matching refs:mouse_last

335 	deltax = xevent->xmotion.x - mouse_last.x;
336 deltay = xevent->xmotion.y - mouse_last.y;
340 mouse_last.x = xevent->xmotion.x;
341 mouse_last.y = xevent->xmotion.y;
350 deltax = xevent->xmotion.x - mouse_last.x;
351 deltay = xevent->xmotion.y - mouse_last.y;
355 mouse_last.x = xevent->xmotion.x;
356 mouse_last.y = xevent->xmotion.y;
359 mouse_last.x = w/2;
360 mouse_last.y = h/2;
362 mouse_last.x, mouse_last.y);
366 (mouse_last.x-MOUSE_FUDGE_FACTOR)) &&
368 (mouse_last.x+MOUSE_FUDGE_FACTOR)) &&
370 (mouse_last.y-MOUSE_FUDGE_FACTOR)) &&
372 (mouse_last.y+MOUSE_FUDGE_FACTOR)) ) {