Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h24 KEY_L, // The L key enumerator
DOSWindow.cpp55 case KEY_L: return "L"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp112 return KEY_L; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp113 case XK_l: return KEY_L; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp189 return KEY_L; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm251 case kVK_ANSI_L: return KEY_L;