Esempio n. 1
0
 public static bool GetKeyUp(KeyCode key)
 {
     return(InputManagerWrapper.GetKeyUp(key) || (UIManager.GamePad && UIManager.GamePad.GetKeyUp(key)));
 }