Searched refs:xf86PostMotionEvent (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 114 extern _X_EXPORT void xf86PostMotionEvent(DeviceIntPtr device, int is_absolute,
|
| H A D | xf86Xinput.c | 976 xf86PostMotionEvent(DeviceIntPtr device, function in typeref:typename:void
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 120 extern _X_EXPORT void xf86PostMotionEvent(DeviceIntPtr device, int is_absolute,
|
| H A D | xf86Xinput.c | 1173 xf86PostMotionEvent(DeviceIntPtr device, function in typeref:typename:void
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | bsd_mouse.c | 479 xf86PostMotionEvent(pInfo->dev, TRUE, 0, 1, x); 487 xf86PostMotionEvent(pInfo->dev, TRUE, 1, 1, y);
|
| H A D | sun_mouse.c | 386 xf86PostMotionEvent(pInfo->dev, 392 xf86PostMotionEvent(pInfo->dev, 398 xf86PostMotionEvent(pInfo->dev,
|
| H A D | mouse.c | 2314 xf86PostMotionEvent(pInfo->dev, 0, 0, 2, dx, dy);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_inputs.c | 314 xf86PostMotionEvent(g_xspice_pointer->pInfo->dev, 1, 0, 2, x, y);
|
| /xsrc/external/mit/xf86-input-ws/dist/src/ |
| H A D | ws.c | 716 xf86PostMotionEvent(pInfo->dev, 0, 0, 2, 784 xf86PostMotionEvent(pInfo->dev, 1, 0, 1, ax); 789 xf86PostMotionEvent(pInfo->dev, 1, 1, 1, ay);
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| H A D | xf86Elo.c | 433 xf86PostMotionEvent(pInfo->dev, TRUE, 0, 2, cur_x, cur_y);
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/src/ |
| H A D | vmmouse.c | 195 "xf86PostMotionEvent", 588 xf86PostMotionEvent(pInfo->dev, !mPriv->isCurrRelative, 0, 2, dx, dy);
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | synaptics.c | 2898 xf86PostMotionEvent(pInfo->dev, 0, 0, 2, dx, dy);
|
Completed in 22 milliseconds