Home
last modified time | relevance | path

Searched refs:xmotion (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp233 this->handleClick(evt.xmotion.x, evt.xmotion.y, in nextXEvent()
/external/libvncserver/x11vnc/
Dnox11.h1749 XMotionEvent xmotion; member
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch6343 + SendPointerEvent(ev->xmotion.x, ev->xmotion.y,
6344 + (ev->xmotion.state & 0x1f00) >> 8);
6394 - SendPointerEvent(ev->xmotion.x, ev->xmotion.y,
6395 - (ev->xmotion.state & 0x1f00) >> 8);
8486 - if (ev->xmotion.x_root >= dpyWidth - 3)
8488 - else if (ev->xmotion.x_root <= 2)
8491 - if (ev->xmotion.y_root >= dpyHeight - 3)
8493 - else if (ev->xmotion.y_root <= 2)
8511 + if (ev->xmotion.x_root >= dpyWidth - 3)
8513 + else if (ev->xmotion.x_root <= 2)
[all …]