Example #1
0
 public void XInputEnable(RawBool enable)
 {
     XInput.XInputEnable(enable);
 }
Example #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);
 }