Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h82 KEY_MULTIPLY, // * enumerator
DOSWindow.cpp113 case KEY_MULTIPLY: return "Multiply"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp232 return KEY_MULTIPLY; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp66 case XK_KP_Multiply: return KEY_MULTIPLY; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp89 return KEY_MULTIPLY; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm205 case kVK_ANSI_KeypadMultiply: return KEY_MULTIPLY;