Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc170 unsigned int virtualKey = MapVirtualKey(scancode, MAPVK_VSC_TO_VK); in MessageHandler()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c43 #ifndef MAPVK_VSC_TO_VK
44 #define MAPVK_VSC_TO_VK 1 macro
136 vk = MapVirtualKey(i, MAPVK_VSC_TO_VK); in WIN_UpdateKeymap()