Searched refs:MotionNotify (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 232 case MotionNotify: in nextXEvent()
|
/external/libvncserver/x11vnc/ |
D | xwrappers.c | 1053 XESimulateXEventRequest(trap_ctx, MotionNotify, 0, x, y, 0); in XTRAP_FakeMotionEvent_wr()
|
D | nox11.h | 242 #define MotionNotify 6 macro
|
D | userinput.c | 6153 if (type == MotionNotify) return "MotionNotify"; in Etype()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 5940 - if (appData.fullScreen && ev->type == MotionNotify) { 5959 + if (ev->type == MotionNotify || ev->type == KeyRelease) { 5980 + if (appData.fullScreen && ev->type == MotionNotify && !escape_drag_in_progress) { 6064 + } else if (ev->type == MotionNotify) { 6067 + if (db) fprintf(stderr, "MotionNotify: %d %d %d\n", m->x_root, m->y_root, m->state); 6338 + case MotionNotify: 6339 + while (XCheckTypedWindowEvent(dpy, desktopWin, MotionNotify, ev)) { 6390 - case MotionNotify: 6391 - while (XCheckTypedWindowEvent(dpy, desktopWin, MotionNotify, ev))
|