Home
last modified time | relevance | path

Searched refs:MOUSEBUTTON_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/testlibs/
Dmouse.h12 MOUSEBUTTON_UNKNOWN, enumerator
DOSWindow.cpp21 case MOUSEBUTTON_UNKNOWN: in MouseButtonName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp398 MouseButton button = MOUSEBUTTON_UNKNOWN; in processEvent()
442 if (button != MOUSEBUTTON_UNKNOWN) in processEvent()
456 MouseButton button = MOUSEBUTTON_UNKNOWN; in processEvent()
480 if (button != MOUSEBUTTON_UNKNOWN) in processEvent()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp266 MouseButton target_button = MOUSEBUTTON_UNKNOWN; in QNXCodeToButton()
513 if (event.MouseButton.Button != MOUSEBUTTON_UNKNOWN) { in processMouseEvent()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm301 return MOUSEBUTTON_UNKNOWN;