Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 209 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 209 Bytes

Keys2ScanCodes

Tired of having to do this constantly:

UINT scanCodeA = MapVirtualKey(0x41, MAPVK_VK_TO_VSC);

If so, i have a better method for you, look in main.cpp to see a better way of doing it.