Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h55 KEY_RSHIFT, // The right shift key enumerator
DOSWindow.cpp86 case KEY_RSHIFT: return "Right Shift"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp222 return KEY_RSHIFT; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp34 case XK_Shift_R: return KEY_RSHIFT; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp22 return scancode == lShift ? KEY_LSHIFT : KEY_RSHIFT; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm172 case kVK_RightShift: return KEY_RSHIFT;