Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
DEvent.h65 EVENT_MOUSE_WHEEL_MOVED, // The mouse wheel was scrolled enumerator
DOSWindow.cpp210 case Event::EVENT_MOUSE_WHEEL_MOVED: in PrintEvent()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp488 event.Type = Event::EVENT_MOUSE_WHEEL_MOVED; in processMouseEvent()
497 case Event::EVENT_MOUSE_WHEEL_MOVED: in processMouseEvent()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp437 event.type = Event::EVENT_MOUSE_WHEEL_MOVED; in processEvent()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp338 event.type = Event::EVENT_MOUSE_WHEEL_MOVED; in WndProc()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm470 event.type = Event::EVENT_MOUSE_WHEEL_MOVED;