示例#1
0
 /// <summary>
 /// Retrives <see cref="osuTK.Input.JoystickState"/> for all joystick devices.
 /// </summary>
 /// <param name="result">All states of the joystick devices are populated into this list.</param>
 public static void GetStates(List <JoystickState> result)
 {
     implementation.GetStates(result);
 }