Searched refs:xbutton (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp223 if (evt.xbutton.button == Button1)
224 this->handleClick(evt.xbutton.x, evt.xbutton.y,
228 if (evt.xbutton.button == Button1)
229 this->handleClick(evt.xbutton.x, evt.xbutton.y,
/external/libpng/contrib/gregbook/
H A Drpng-x.c413 while (!(e.type == ButtonPress && e.xbutton.button == Button1) &&
H A Drpng2-x.c131 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
/external/libvncserver/x11vnc/
H A Dconnections.c1393 x = ev.xbutton.x;
1394 y = ev.xbutton.y;
H A Dnox11.h1748 XButtonEvent xbutton; member in union:_XEvent

Completed in 87 milliseconds