Searched refs:DarwinSendPointerEvents (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | darwinEvents.h | 38 void DarwinSendPointerEvents(DeviceIntPtr pDev, int ev_type, int ev_button, float pointer_x, float pointer_y,
|
| H A D | darwinEvents.c | 437 void DarwinSendPointerEvents(DeviceIntPtr pDev, int ev_type, int ev_button, float pointer_x, float pointer_y, function in typeref:typename:void 447 DEBUG_LOG("DarwinSendPointerEvents called before darwinEvents was initialized\n"); 453 DEBUG_LOG("DarwinSendPointerEvents called before screen was initialized\n"); 461 DarwinSendPointerEvents(pDev, ButtonRelease, darwinFakeMouseButtonDown, pointer_x, pointer_y, pressure, tilt_x, tilt_y); 530 DEBUG_LOG("DarwinSendPointerEvents called before screen was initialized\n"); 562 DarwinSendPointerEvents(darwinPointer, ButtonPress, sign_x, pointer_x, pointer_y, pressure, tilt_x, tilt_y); 563 DarwinSendPointerEvents(darwinPointer, ButtonRelease, sign_x, pointer_x, pointer_y, pressure, tilt_x, tilt_y); 567 DarwinSendPointerEvents(darwinPointer, ButtonPress, sign_y, pointer_x, pointer_y, pressure, tilt_x, tilt_y); 568 DarwinSendPointerEvents(darwinPointer, ButtonRelease, sign_y, pointer_x, pointer_y, pressure, tilt_x, tilt_y);
|
| H A D | X11Application.m | 196 DarwinSendPointerEvents(darwinPointer, MotionNotify, 0, bgMouseLocation.x, bgMouseLocation.y, 0.0, 0.0, 0.0); 1279 DarwinSendPointerEvents(pDev, MotionNotify, 0, location.x, 1285 DarwinSendPointerEvents(pDev, ev_type, ev_button, location.x, location.y, 1319 DarwinSendPointerEvents(darwinPointer, MotionNotify, 0, location.x,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | darwinEvents.h | 51 DarwinSendPointerEvents(DeviceIntPtr pDev, int ev_type, int ev_button,
|
| H A D | darwinEvents.c | 488 DarwinSendPointerEvents(DeviceIntPtr pDev, int ev_type, int ev_button, function in typeref:typename:void 507 DarwinSendPointerEvents(pDev, ButtonRelease,
|
| H A D | X11Application.m | 217 DarwinSendPointerEvents(darwinPointer, MotionNotify, 0, 1148 DarwinSendPointerEvents(darwinPointer, MotionNotify, 0, 1156 DarwinSendPointerEvents(pDev, ev_type, ev_button,
|
Completed in 8 milliseconds