| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxbackend.c | 399 X.xmotion.x, X.xmotion.y, 403 if (!(dmxScreen = dmxBackendFindWindow(priv, X.xmotion.window))) 406 X.xmotion.window); 408 int newX = X.xmotion.x - dmxScreen->rootX; 409 int newY = X.xmotion.y - dmxScreen->rootY; 430 int newX = priv->lastX - X.xmotion.x; 431 int newY = priv->lastY - X.xmotion.y; 432 priv->lastX = X.xmotion.x; 433 priv->lastY = X.xmotion [all...] |
| H A D | dmxconsole.c | 354 if (X.xmotion.x != priv->lastX || X.xmotion.y != priv->lastY) { 356 X.xmotion.x, X.xmotion.y, 561 if (priv->curX == X.xmotion.x && priv->curY == X.xmotion.y) 568 X.xmotion.x, X.xmotion.y); 575 dmxConsoleMoveRelative(priv, X.xmotion.x, X.xmotion [all...] |
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Handlers.c | 101 if (!QueryInSquare(BW, event->xmotion.x, event->xmotion.y, 103 status->at_x = InBitmapX(BW, event->xmotion.x); 104 status->at_y = InBitmapY(BW, event->xmotion.y); 208 if (!QueryInSquare(BW, event->xmotion.x, event->xmotion.y, 213 status->at_x = InBitmapX(BW, event->xmotion.x); 214 status->at_y = InBitmapY(BW, event->xmotion.y); 377 if (!QueryInSquare(BW, event->xmotion.x, event->xmotion [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_win.c | 692 XQueryPointer(dpy, rootw, &eventp->xmotion.root, &JunkChild, 693 &eventp->xmotion.x_root, &eventp->xmotion.y_root, 700 eventp->xmotion.x_root, eventp->xmotion.y_root, 701 &eventp->xmotion.x_root, &eventp->xmotion.y_root, &JunkChild); 709 deltax = eventp->xmotion.x_root - origX;
|
| H A D | event_utils.c | 110 return e->xmotion.window; /* same */ 191 e->xmotion.x_root -= Scr->rootx; 192 e->xmotion.y_root -= Scr->rooty; 193 e->xmotion.root = Scr->Root;
|
| H A D | functions_win_moveresize.c | 447 XQueryPointer(dpy, rootw, &(eventp->xmotion.root), &JunkChild, 448 &(eventp->xmotion.x_root), &(eventp->xmotion.y_root), 462 eventp->xmotion.x_root, eventp->xmotion.y_root, 463 &(eventp->xmotion.x_root), &(eventp->xmotion.y_root), &JunkChild); 472 abs(eventp->xmotion.x_root - origX) < Scr->MoveDelta && 473 abs(eventp->xmotion.y_root - origY) < Scr->MoveDelta) { 538 if(eventp->xmotion [all...] |
| H A D | event_handlers.c | 1551 &(button.xmotion.x_root), 1552 &(button.xmotion.y_root), 2219 &(Event.xmotion.root), &JunkChild, 2220 &(Event.xmotion.x_root), &(Event.xmotion.y_root), 2221 &(Event.xmotion.x), &(Event.xmotion.y), 2227 if(abs(Event.xmotion.x - ResizeOrigX) >= Scr->MoveDelta 2228 || abs(Event.xmotion.y - ResizeOrigY) >= Scr->MoveDelta) { 2236 Event.xmotion [all...] |
| H A D | event_core.c | 399 EventTime = ev->xmotion.time;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ChkMaskEv.c | 67 (mask & AllButtons & qelt->event.xmotion.state))) {
|
| H A D | ChkWinEv.c | 68 (mask & AllButtons & qelt->event.xmotion.state))) {
|
| H A D | MaskEvent.c | 66 (mask & AllButtons & qelt->event.xmotion.state))) {
|
| H A D | WinEvent.c | 70 (mask & AllButtons & qelt->event.xmotion.state))) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Events.c | 146 valuators[0] = X.xmotion.x; 147 valuators[1] = X.xmotion.y;
|
| /xsrc/external/mit/libXxf86dga/dist/include/X11/extensions/ |
| H A D | Xxf86dga.h | 49 XDGAMotionEvent xmotion; member in union:__anon3ecb5110040a
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Events.c | 158 valuators[0] = X.xmotion.x; 159 valuators[1] = X.xmotion.y;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_event.c | 488 window = __glutGetWindow(event.xmotion.window); 492 if (window->motion && event.xmotion.state & 495 window->motion(event.xmotion.x, event.xmotion.y); 501 ((event.xmotion.state & 505 window->passive(event.xmotion.x, 506 event.xmotion.y);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | menus.c | 1637 XQueryPointer(dpy, rootw, &(eventp->xmotion.root), &wdummy, 1638 &(eventp->xmotion.x_root), &(eventp->xmotion.y_root), 1642 abs(eventp->xmotion.x_root - origX) < Scr->MoveDelta && 1643 abs(eventp->xmotion.y_root - origY) < Scr->MoveDelta) 1655 if (eventp->xmotion.x_root < ConstMoveXL || 1656 eventp->xmotion.x_root > ConstMoveXR) 1659 if (eventp->xmotion.y_root < ConstMoveYT || 1660 eventp->xmotion.y_root > ConstMoveYB) 1669 (int) ((unsigned) eventp->xmotion [all...] |
| H A D | events.c | 201 lastTimestamp = ev->xmotion.time; 242 case MotionNotify: return e->xmotion.window; /* same */ 1034 &(button.xmotion.x_root), 1035 &(button.xmotion.y_root), 1485 &(Event.xmotion.root), &wdummy, 1486 &(Event.xmotion.x_root), &(Event.xmotion.y_root), 1487 &(Event.xmotion.x), &(Event.xmotion.y), &udummy); 1491 if (abs(Event.xmotion [all...] |
| /xsrc/external/mit/xmag/dist/ |
| H A D | xmag.c | 635 data->x = event->xmotion.x_root; 636 data->y = event->xmotion.y_root; 639 GetImageAndAttributes(FindWindow(event->xmotion.x_root, 640 event->xmotion.y_root), 675 data->x = event->xmotion.x_root; 676 data->y = event->xmotion.y_root; 685 GetImageAndAttributes(FindWindow(event->xmotion.x_root, 686 event->xmotion.y_root),
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Event.c | 827 mask |= (event->xmotion.state & KnownButtons); 1302 while (XPending(event->xmotion.display)) { 1304 XPeekEvent(event->xmotion.display, &nextEvent); 1307 event->xmotion.window == nextEvent.xmotion.window && 1308 event->xmotion.subwindow == nextEvent.xmotion.subwindow) { 1310 XNextEvent(event->xmotion.display, event); 1450 time = event->xmotion.time;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | xdmxconfig.c | 523 int deltaX = e->xmotion.x - dmxConfigGrabbedX; 524 int deltaY = e->xmotion.y - dmxConfigGrabbedY; 527 dmxConfigGrabbedX = e->xmotion.x; 528 dmxConfigGrabbedY = e->xmotion.y; 530 display = dmxConfigFindDisplay(e->xmotion.x, e->xmotion.y);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Scrollbar.c | 672 Check(xmotion.state); 735 *x = (Position)event->xmotion.x; 736 *y = (Position)event->xmotion.y; 831 if (!event->xmotion.same_screen)
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | texture_from_pixmap.c | 303 data->paint.x2 = event.xmotion.x; 304 data->paint.y2 = event.xmotion.y;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 969 host_screen_from_window (xev.xmotion.window); 972 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;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 815 ev->xmotion.y_root, 816 ev->xmotion.x_root, 817 ev->xmotion.state, 818 formatEventMask(mask_buffer, ev->xmotion.state, True)));
|