Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h63 KEY_PERIOD, // The . key enumerator
DOSWindow.cpp94 case KEY_PERIOD: return "Period"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp166 return KEY_PERIOD; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp50 case XK_period: return KEY_PERIOD; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp55 return KEY_PERIOD; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm189 case kVK_ANSI_Period: return KEY_PERIOD;