コード例 #1
0
ファイル: SnapsEngine.cs プロジェクト: mzamp27/source
 /// <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 up area in the screen gamepad is being clicked with the mouse,
 /// touched, or selected with a pen or the up key is pressed</returns>
 public static bool GetUpGamepad()
 {
     return(manager.GetUpGamepad());
 }