示例#1
0
 /// <summary>
 /// Read the gamepad which is implemented as a screen area, Xbox 360 or Xbox One controller,
 /// or keyboard keys
 /// </summary>
 /// <returns>true if the down area in the screen gamepad is being clicked with the mouse,
 /// touched, or selected with a pen or the down key is pressed</returns>
 public static bool GetDownGamepad()
 {
     return(manager.GetDownGamepad());
 }