Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h70 KEY_SPACE, // The space key enumerator
DOSWindow.cpp101 case KEY_SPACE: return "Space"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp46 return KEY_SPACE; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp54 case XK_space: return KEY_SPACE; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp65 return KEY_SPACE; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm193 case kVK_Space: return KEY_SPACE;