Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h23 KEY_K, // The K key enumerator
DOSWindow.cpp54 case KEY_K: return "K"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp109 return KEY_K; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp112 case XK_k: return KEY_K; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp187 return KEY_K; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm250 case kVK_ANSI_K: return KEY_K;