Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp20 static unsigned int lShift = MapVirtualKey(VK_LSHIFT, MAPVK_VK_TO_VSC); in VirtualKeyCodeToKey() local
22 return scancode == lShift ? KEY_LSHIFT : KEY_RSHIFT; in VirtualKeyCodeToKey()