Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h88 KEY_NUMPAD0, // The numpad 0 key enumerator
DOSWindow.cpp119 case KEY_NUMPAD0: return "Numpad 0"; in KeyName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp91 case XK_KP_Insert: return KEY_NUMPAD0; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp133 return KEY_NUMPAD0; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm229 case kVK_ANSI_Keypad0: return KEY_NUMPAD0;