Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h57 KEY_RSYSTEM, // The right OS specific key: Window (Windows and Linux), Apple (MacOS X), ... enumerator
DOSWindow.cpp88 case KEY_RSYSTEM: return "Right System"; in KeyName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp40 case XK_Super_R: return KEY_RSYSTEM; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp37 return KEY_RSYSTEM; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm179 case 0x36: return KEY_RSYSTEM;