Home
last modified time | relevance | path

Searched refs:KEY_NUMPAD7 (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h95 KEY_NUMPAD7, // The numpad 7 key enumerator
DOSWindow.cpp126 case KEY_NUMPAD7: return "Numpad 7"; in KeyName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp98 case XK_KP_Home: return KEY_NUMPAD7; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp147 return KEY_NUMPAD7; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm236 case kVK_ANSI_Keypad7: return KEY_NUMPAD7;