Exemplo n.º 1
0
 public static bool IsKeyLocked(MemoryApi.KeyCode vk)
 {
     return((((ushort)MemoryApi.GetKeyState((int)vk)) & 0xffff) != 0);
 }