03-03-2025, 08:30 PM
Works well. I had issues in the past with controllers that weren't on when the program started or were swapped while it was running, so I changed the opening of ReadJoystick fromĀ "if d= 0 then d = _Devices" to just "d = _Devices" to constantly poll for changes.

