- Added '-nojoy' commandline to fully disable Steam Input in new versions of the Steam client.
Installation and Configuration
To install, simply drop XInput1_4.dll
into your Steam client's install directory.
The necessary code patches to block Steam from using XInput or HID are applied by default, and remain active until the Steam client is restarted. The DLL will be locked while the client is running, so to completely remove this the client must be exited.
Steam Input can be programatically enabled or disabled by manually creating the following registry key:
HKCU\Software\Kaldaien\ValvePlug\FillTheSwamp
This is a (32-bit DWORD):
- 0x0 = Steam Input is Allowed
- 0x1 = Steam Input is Disallowed (Default)