WindowsApi:Virtual-Key Codes
The following table shows the symbolic constant names, hexadecimal values, and mouse or keyboard equivalents for the virtual-key codes used by the system. The codes are listed in numeric order.
Constant | value | Description |
VK_LBUTTON | 0x01 | Left mouse button |
VK_RBUTTON | 0x02 | Right mouse button |
etc ... |
See also
Favorite site
- [http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85.aspx MSDN Virtual-Key Codes (Windows)] 1
References
-
Win32_virtual_key_codes.pdf ↩