Home
last modified time | relevance | path

Searched refs:MotionNotify (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp232 case MotionNotify: in nextXEvent()
/external/libvncserver/x11vnc/
Dxwrappers.c1053 XESimulateXEventRequest(trap_ctx, MotionNotify, 0, x, y, 0); in XTRAP_FakeMotionEvent_wr()
Dnox11.h242 #define MotionNotify 6 macro
Duserinput.c6153 if (type == MotionNotify) return "MotionNotify"; in Etype()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch5940 - 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))