All functions are imported directly from the library "NexInput_1.0_32.dll" for 32-bit and "NexInput_1.0_64.dll" for 64-bit. The library path can be obtained from the registry.
Name | Description |
---|---|
NEXInputGetState | Retrieves the state of the rotation, buttons, sticks and triggers of the controller. |
NEXInputSetState | Sends data to a controller. Function is used to activate the feedback (vibration) and enable RGB-LED of a controller. |
NEXInputGetInfo | Retrieves the controller type, connection type and battery level. |
NEXInputPowerOff | Turning off the controller. |
The registry settings are in the branch HKEY_CURRENT_USER\Software\NexInput
.
Name | Description |
---|---|
NexInput_v1.0_32 |
The path to the 32-bit library with functions. |
NexInput_v1.0_64 |
The path to the 64-bit library with functions. |
Drivers32 |
Path to the folder with 32-bit drivers. |
Drivers64 |
Path to the folder with 64-bit drivers. |