Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h66 KEY_BACKSLASH, // The \ key enumerator
DOSWindow.cpp97 case KEY_BACKSLASH: return "Backslash"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp181 return KEY_BACKSLASH; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp51 case XK_backslash: return KEY_BACKSLASH; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp59 return KEY_BACKSLASH; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm190 case kVK_ANSI_Backslash: return KEY_BACKSLASH;