Searched refs:xmotion (Results 1 – 3 of 3) sorted by relevance
233 this->handleClick(evt.xmotion.x, evt.xmotion.y, in nextXEvent()
1749 XMotionEvent xmotion; member
6343 + 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 …]