Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h97 KEY_NUMPAD9, // The numpad 9 key enumerator
DOSWindow.cpp128 case KEY_NUMPAD9: return "Numpad 9"; in KeyName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp100 case XK_KP_Page_Up: return KEY_NUMPAD9; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp151 return KEY_NUMPAD9; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm238 case kVK_ANSI_Keypad9: return KEY_NUMPAD9;