Home
last modified time | relevance | path

Searched refs:MOUSEBUTTON_RIGHT (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/testlibs/
Dmouse.h14 MOUSEBUTTON_RIGHT, enumerator
DOSWindow.cpp25 case MOUSEBUTTON_RIGHT: in MouseButtonName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp422 button = MOUSEBUTTON_RIGHT; in processEvent()
467 button = MOUSEBUTTON_RIGHT; in processEvent()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp372 event.mouseButton.button = MOUSEBUTTON_RIGHT; in WndProc()
384 event.mouseButton.button = MOUSEBUTTON_RIGHT; in WndProc()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm428 button: MOUSEBUTTON_RIGHT];
440 button: MOUSEBUTTON_RIGHT];
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp275 target_button = MOUSEBUTTON_RIGHT; in QNXCodeToButton()