Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h89 KEY_NUMPAD1, // The numpad 1 key enumerator
DOSWindow.cpp120 case KEY_NUMPAD1: return "Numpad 1"; in KeyName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp92 case XK_KP_End: return KEY_NUMPAD1; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp135 return KEY_NUMPAD1; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm230 case kVK_ANSI_Keypad1: return KEY_NUMPAD1;