Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h71 KEY_RETURN, // The return key enumerator
DOSWindow.cpp102 case KEY_RETURN: return "Return"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp38 return KEY_RETURN; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp55 case XK_Return: return KEY_RETURN; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp67 return KEY_RETURN; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm194 case kVK_Return: return KEY_RETURN;