Ejemplo n.º 1
0
 public KeyState(InputKeys key)
 {
     Key         = key;
     _virtualKey = InputKeysUtility.VirtualKeyFrom(key);
 }