Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/
Dkeyboard.h61 KEY_SEMICOLON, // The ; key enumerator
DOSWindow.cpp92 case KEY_SEMICOLON: return "Semicolon"; in KeyName()
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp169 return KEY_SEMICOLON; in QNXCodeToKey()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp43 case XK_semicolon: return KEY_SEMICOLON; in X11CodeToKey()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp41 return KEY_SEMICOLON; in VirtualKeyCodeToKey()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm182 case kVK_ANSI_Semicolon: return KEY_SEMICOLON;