Exemplo n.º 1
0
 public static bool GetKeyDown(KeyCode key)
 {
     return(Input.GetKeyDownInt((int)key));
 }