Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h91 KEY_NUMPAD3, // The numpad 3 key enumerator
DOSWindow.cpp122 case KEY_NUMPAD3: return "Numpad 3"; in KeyName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp94 case XK_KP_Page_Down:return KEY_NUMPAD3; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp139 return KEY_NUMPAD3; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm232 case kVK_ANSI_Keypad3: return KEY_NUMPAD3;