MapVirtualKey
[DllImport("user32.dll", SetLastError = true)]
public static extern uint MapVirtualKey(
uint uCode,
uint uMapType
);Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern uint MapVirtualKey(
uint uCode,
uint uMapType
);Last updated