Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h14 KEY_B, // The B key enumerator
DOSWindow.cpp45 case KEY_B: return "B"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp82 return KEY_B; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp103 case XK_b: return KEY_B; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp201 return KEY_B; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm241 case kVK_ANSI_B: return KEY_B;