Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h74 KEY_PAGEUP, // The page up key enumerator
DOSWindow.cpp105 case KEY_PAGEUP: return "Page Up"; in KeyName()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp58 case XK_Page_Up: return KEY_PAGEUP; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp73 return KEY_PAGEUP; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm197 case kVK_PageUp: return KEY_PAGEUP;