Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h67 KEY_TILDE, // The ~ key enumerator
DOSWindow.cpp98 case KEY_TILDE: return "Tilde"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp175 return KEY_TILDE; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp52 case XK_asciitilde: return KEY_TILDE; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp61 return KEY_TILDE; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm191 case kVK_ANSI_Grave: return KEY_TILDE;