XInputEnable function xinput

void XInputEnable(
  1. int enable
)

Sets the reporting state of XInput.

void XInputEnable(
  [in] BOOL enable
);

Implementation

void XInputEnable(int enable) => _XInputEnable(enable);