Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h90 KEY_NUMPAD2, // The numpad 2 key enumerator
DOSWindow.cpp121 case KEY_NUMPAD2: return "Numpad 2"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp210 return KEY_NUMPAD2; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp93 case XK_KP_Down: return KEY_NUMPAD2; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp137 return KEY_NUMPAD2; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm231 case kVK_ANSI_Keypad2: return KEY_NUMPAD2;