Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h15 KEY_C, // The C key enumerator
DOSWindow.cpp46 case KEY_C: return "C"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp85 return KEY_C; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp104 case XK_c: return KEY_C; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp197 return KEY_C; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm242 case kVK_ANSI_C: return KEY_C;