Exemple #1
0
 public static bool GetKeyDown(string name)
 {
     return(Input.GetKeyDownString(name));
 }