コード例 #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 right area in the screen gamepad is being clicked with the mouse,
 /// touched, or selected with a pen or the right key is pressed</returns>
 public static bool GetRightGamepad()
 {
     return(manager.GetRightGamepad());
 }