Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h25 KEY_M, // The M key enumerator
DOSWindow.cpp56 case KEY_M: return "M"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp115 return KEY_M; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp114 case XK_m: return KEY_M; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp191 return KEY_M; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm252 case kVK_ANSI_M: return KEY_M;