Beispiel #1
0
 /// <summary>
 /// Is the given button pressed
 /// </summary>
 /// <param name="button">Which button number</param>
 /// <returns>True if the button is pressed</returns>
 public bool GetRawButton(int button) => m_ds.GetStickButton(Port, button);