.
C# Signature:
[DllImport("user32.dll")]
static extern short GetKeyState(int nVirtKey);
User-Defined Types:
VK
Notes:
Here are some sample values for nVirtKey:
const int VK_SHIFT = 0x10;
const int VK_CONTROL = 0x11;
const int VK_MENU = 0x12;
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
TODO - a short description
5/29/2011 8:39:56 AM - -87.206.232.220