Esempio n. 1
0
 public static bool GetMouseButton(int button)
 {
     return(InputManager.GetMouseButton(button));
 }