예제 #1
0
 public static bool GetKeyUp(string name)
 {
     return(Input.GetKeyUpString(name));
 }