Home
last modified time | relevance | path

Searched refs:xbutton (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp402 switch (xEvent.xbutton.button) in processEvent()
446 event.mouseButton.x = xEvent.xbutton.x; in processEvent()
447 event.mouseButton.y = xEvent.xbutton.y; in processEvent()
458 switch (xEvent.xbutton.button) in processEvent()
484 event.mouseButton.x = xEvent.xbutton.x; in processEvent()
485 event.mouseButton.y = xEvent.xbutton.y; in processEvent()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h985 XButtonEvent xbutton; member