Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h49 KEY_ESCAPE, // The escape key enumerator
DOSWindow.cpp80 case KEY_ESCAPE: return "Escape"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp44 return KEY_ESCAPE; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp53 case XK_Escape: return KEY_ESCAPE; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp63 return KEY_ESCAPE; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm192 case kVK_Escape: return KEY_ESCAPE;