Searched refs:xbutton (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 223 if (evt.xbutton.button == Button1) in nextXEvent() 224 this->handleClick(evt.xbutton.x, evt.xbutton.y, in nextXEvent() 228 if (evt.xbutton.button == Button1) in nextXEvent() 229 this->handleClick(evt.xbutton.x, evt.xbutton.y, in nextXEvent()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 417 while (!(e.type == ButtonPress && e.xbutton.button == Button1) && in main()
|
D | rpng2-x.c | 146 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 5970 + SendSingleWindow(ev->xbutton.x, ev->xbutton.y); 6270 + x = ev->xbutton.x; 6271 + y = ev->xbutton.y; 6348 + SendPointerEvent(ev->xbutton.x, ev->xbutton.y, 6349 + (((ev->xbutton.state & 0x1f00) >> 8) | 6350 + (1 << (ev->xbutton.button - 1)))); 6354 - x = ev->xbutton.x; 6355 - y = ev->xbutton.y; 6357 + SendPointerEvent(ev->xbutton.x, ev->xbutton.y, 6358 + (((ev->xbutton.state & 0x1f00) >> 8) & [all …]
|
/external/libvncserver/x11vnc/ |
D | connections.c | 1393 x = ev.xbutton.x; in ugly_window() 1394 y = ev.xbutton.y; in ugly_window()
|
D | nox11.h | 1748 XButtonEvent xbutton; member
|