Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h92 KEY_NUMPAD4, // The numpad 4 key enumerator
DOSWindow.cpp123 case KEY_NUMPAD4: return "Numpad 4"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp196 return KEY_NUMPAD4; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp95 case XK_KP_Left: return KEY_NUMPAD4; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp141 return KEY_NUMPAD4; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm233 case kVK_ANSI_Keypad4: return KEY_NUMPAD4;