HomeSort by relevance Sort by last modified time
    Searched refs:xbutton (Results 1 - 21 of 21) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgaevents.c 67 xevent.xbutton.button, 0, 0);
74 xevent.xbutton.button, 0, 0);
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 115 if (evt.xbutton.button == Button1)
116 this->handleClick(evt.xbutton.x, evt.xbutton.y, SkView::Click::kDown_State);
119 if (evt.xbutton.button == Button1)
120 this->handleClick(evt.xbutton.x, evt.xbutton.y, SkView::Click::kUp_State);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 339 XButtonEvent& xbutton = xEvent->xbutton; local
340 xbutton.type = event->type() == eventNames().mousedownEvent ? ButtonPress : ButtonRelease;
341 xbutton.root = getRootWindow(parentFrame);
342 xbutton.subwindow = 0;
343 xbutton.time = event->timeStamp();
344 xbutton.x = postZoomPos.x();
345 xbutton.y = postZoomPos.y();
346 xbutton.x_root = event->screenX();
347 xbutton.y_root = event->screenY()
    [all...]
gtk2xtbin.c 897 XSetInputFocus(dpy, XtWindow(xtclient->child_widget), RevertToParent, event->xbutton.time);
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 486 XButtonEvent& xbutton = xEvent->xbutton; local
487 xbutton.type = event->type() == eventNames().mousedownEvent ? ButtonPress : ButtonRelease;
488 xbutton.root = QX11Info::appRootWindow();
489 xbutton.subwindow = 0;
490 xbutton.time = event->timeStamp();
491 xbutton.x = postZoomPos.x();
492 xbutton.y = postZoomPos.y();
493 xbutton.x_root = event->screenX();
494 xbutton.y_root = event->screenY()
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 361 if (x_event.xbutton.button == 1)
363 else if (x_event.xbutton.button == 2)
365 else if (x_event.xbutton.button == 3)
373 if (x_event.xbutton.button == 1)
375 else if (x_event.xbutton.button == 2)
377 else if (x_event.xbutton.button == 3)
gl_vidlinuxglx.c 311 if (event.xbutton.button == 1)
313 else if (event.xbutton.button == 2)
315 else if (event.xbutton.button == 3)
323 if (event.xbutton.button == 1)
325 else if (event.xbutton.button == 2)
327 else if (event.xbutton.button == 3)
vid_x.c 832 if (x_event.xbutton.button == 1)
834 else if (x_event.xbutton.button == 2)
836 else if (x_event.xbutton.button == 3)
844 if (x_event.xbutton.button == 1)
846 else if (x_event.xbutton.button == 2)
848 else if (x_event.xbutton.button == 3)
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 288 pluginLog(instance, "mouseUp at (%d, %d)", evt->xbutton.x, evt->xbutton.y);
291 pluginLog(instance, "mouseDown at (%d, %d)", evt->xbutton.x, evt->xbutton.y);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 135 SDL_NAME(XDGAButtonEvent) xbutton; member in union:__anon13428
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 376 if (event.xbutton.button == 1)
378 else if (event.xbutton.button == 2)
380 else if (event.xbutton.button == 3)
388 if (event.xbutton.button == 1)
390 else if (event.xbutton.button == 2)
392 else if (event.xbutton.button == 3)
vid_sunxil.cpp 864 if (x_event.xbutton.button == 1)
866 else if (x_event.xbutton.button == 2)
868 else if (x_event.xbutton.button == 3)
876 if (x_event.xbutton.button == 1)
878 else if (x_event.xbutton.button == 2)
880 else if (x_event.xbutton.button == 3)
vid_x.cpp 907 if (x_event.xbutton.button == 1)
909 else if (x_event.xbutton.button == 2)
911 else if (x_event.xbutton.button == 3)
919 if (x_event.xbutton.button == 1)
921 else if (x_event.xbutton.button == 2)
923 else if (x_event.xbutton.button == 3)
vid_sunx.cpp 942 //printf( "button %d down\n", x_event.xbutton.button );
943 Key_Event( K_MOUSE1 + x_event.xbutton.button - 1, true );
946 //printf( "button %d up\n", x_event.xbutton.button );
947 Key_Event( K_MOUSE1 + x_event.xbutton.button - 1, false );
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 305 XButtonEvent& xButton = xEvent.xbutton;
306 setCommonMouseEventFields(xButton, webEvent, pluginLocation);
308 xButton.type = (webEvent.type() == WebEvent::MouseDown) ? ButtonPress : ButtonRelease;
311 xButton.button = Button1;
314 xButton.button = Button2;
317 xButton.button = Button3;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 547 xevent.xbutton.button, 0, 0);
554 xevent.xbutton.button, 0, 0);
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 413 while (!(e.type == ButtonPress && e.xbutton.button == Button1) &&
rpng2-x.c 130 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 982 XButtonEvent xbutton; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 982 XButtonEvent xbutton; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 982 XButtonEvent xbutton; member in union:_XEvent
    [all...]

Completed in 801 milliseconds