Exemplo n.º 1
0
 public void XInputEnable(RawBool enable)
 {
     XInput.XInputEnable(enable);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the reporting.
 /// </summary>
 /// <param name="enableReporting">if set to <c>true</c> [enable reporting].</param>
 public static void SetReporting(bool enableReporting)
 {
     XInput.XInputEnable(enableReporting);
 }