The Win32 virtual key code of the key that was pressed or released. It
is one of the Win32 virtual key constants such as VK_RETURN or an
(uppercase) ASCII value such as A. Verify whether Ctrl or Alt
are pressed by running GetKeyState(VK_CONTROL) or
GetKeyState(VK_MENU).
The Win32 virtual key code of the key that was pressed or released. It is one of the Win32 virtual key constants such as VK_RETURN or an (uppercase) ASCII value such as A. Verify whether Ctrl or Alt are pressed by running GetKeyState(VK_CONTROL) or GetKeyState(VK_MENU).