| /xsrc/external/mit/xf86-input-mouse/dist/include/ |
| H A D | Makefile.am | 1 sdk_HEADERS = xf86-mouse-properties.h
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | enterleave.h | 40 extern void EnterLeaveEvent(DeviceIntPtr mouse, 44 extern void CoreEnterLeaveEvent(DeviceIntPtr mouse, 48 extern void DeviceEnterLeaveEvent(DeviceIntPtr mouse,
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | Makefile.am | 33 # We have to list all the mouse drivers here, even if we don't build them, so 38 mouse.c \ 39 mouse.h \
|
| /xsrc/external/mit/xf86-input-mouse/dist/ |
| H A D | Makefile.am | 25 pkgconfig_DATA = xorg-mouse.pc
|
| H A D | configure.ac | 25 AC_INIT([xf86-input-mouse], 27 [https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/issues], 28 [xf86-input-mouse]) 63 # X Server SDK location is required to install xf86-mouse-properties.h 64 # This location is also relayed in the xorg-mouse.pc file 73 # Work out which OS mouse driver we need to build 90 DRIVER_NAME=mouse 94 xorg-mouse.pc
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/ |
| H A D | Makefile.am | 13 mouse.c \
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/ |
| H A D | Makefile.am | 22 liblinux_la_SOURCES += mouse.c ms.c ps2.c
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | enterleave.h | 50 DeviceIntPtr mouse, 61 extern void CoreEnterLeaveEvent(DeviceIntPtr mouse, 67 extern void DeviceEnterLeaveEvent(DeviceIntPtr mouse,
|
| H A D | events.c | 1435 * @param mouse The device to grab. 1441 ActivatePointerGrab(DeviceIntPtr mouse, GrabPtr grab, argument 1444 GrabInfoPtr grabinfo = &mouse->deviceGrab; 1447 : mouse->spriteInfo->sprite->win; 1452 !(autoGrab & ImplicitGrabMask) && !IsMaster(mouse)) 1453 DetachFromMaster(mouse); 1458 != mouse->spriteInfo->sprite->hotPhys.pScreen) 1459 mouse->spriteInfo->sprite->hotPhys.x = 1460 mouse->spriteInfo->sprite->hotPhys.y = 0; 1461 ConfineCursorToWindow(mouse, gra 1485 DeactivatePointerGrab(DeviceIntPtr mouse) argument 1720 DeviceIntPtr mouse = NULL; local in function:ProcAllowEvents 4154 CoreEnterLeaveEvent(DeviceIntPtr mouse,int type,int mode,int detail,WindowPtr pWin,Window child) argument 4238 DeviceEnterLeaveEvent(DeviceIntPtr mouse,int sourceid,int type,int mode,int detail,WindowPtr pWin,Window child) argument 4854 DeviceIntPtr mouse = PickPointer(client); local in function:ProcQueryPointer 5360 DeviceIntPtr mouse = inputInfo.pointer; local in function:DeleteWindowFromAnyEvents [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | double.c | 41 * Pressing the left mouse button rotates the rectangle. 42 * Pressing the middle mouse button stops the rotation. 96 static void mouse(int button, int state, int x, int y) function in typeref:typename:void 130 * Register mouse input callback functions 142 glutMouseFunc(mouse);
|
| H A D | movelight.c | 49 * Interaction: pressing the left mouse button alters 110 static void mouse(int button, int state, int x, int y) function in typeref:typename:void 144 glutMouseFunc(mouse);
|
| H A D | unproject.c | 40 * When the left mouse button is pressed, this program 41 * reads the mouse position and determines two 3D points 65 static void mouse(int button, int state, int x, int y) function in typeref:typename:void 123 glutMouseFunc(mouse);
|
| H A D | colormat.c | 42 * mouse buttons will change the diffuse reflection values. 94 static void mouse(int button, int state, int x, int y) function in typeref:typename:void 149 glutMouseFunc(mouse);
|
| H A D | varray.c | 129 static void mouse (int button, int state, int x, int y) function in typeref:typename:void 182 glutMouseFunc(mouse);
|
| H A D | surface.c | 186 mouse(int button, int state, int x, int y) function in typeref:typename:void 227 glutMouseFunc(mouse);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | Makefile.am | 15 usb-mouse.c \ 16 usb-mouse.h \
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer_urb.h | 16 bool _Hovered(const ImVec2& mouse, bool window_hovered, argument 19 tl.x <= mouse.x && tl.y <= mouse.y && 20 br.x > mouse.x && br.y > mouse.y;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer_urb.h | 16 bool _Hovered(const ImVec2& mouse, bool window_hovered, argument 19 tl.x <= mouse.x && tl.y <= mouse.y && 20 br.x > mouse.x && br.y > mouse.y;
|
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-common.c | 69 * default mouse, one default keyboard. 87 AllocDevicePair(&client, "", &devices.mouse, &devices.kbd, 89 ActivateDevice(devices.mouse, FALSE); 91 EnableDevice(devices.mouse, FALSE); 97 fake_init_sprite(devices.mouse);
|
| H A D | protocol-xiquerypointer.c | 182 request.deviceid = devices.mouse->id; 187 test_data.dev = devices.mouse; 188 devices.mouse->u.master = NULL; /* Float, kind-of */ 189 request.deviceid = devices.mouse->id; 205 test_data.dev = devices.mouse; 206 request.deviceid = devices.mouse->id;
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | README.md | 1 xeyes - a follow the mouse X demo, using the X SHAPE extension
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | inpututils.h | 50 extern int event_get_corestate(DeviceIntPtr mouse, DeviceIntPtr kbd); 51 extern void event_set_state(DeviceIntPtr mouse, DeviceIntPtr kbd,
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | kdrive-config.h.in | 25 /* Support KDrive mouse driver */
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xiquerypointer.c | 164 request.deviceid = devices.mouse->id; 169 test_data.dev = devices.mouse; 170 devices.mouse->master = NULL; /* Float, kind-of */ 171 request.deviceid = devices.mouse->id; 186 test_data.dev = devices.mouse; 187 request.deviceid = devices.mouse->id;
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | blinking-teapot.c | 130 mouse (int button, int state, int x, int y) function in typeref:typename:void 176 glutMouseFunc (mouse);
|