Skip to content

Fix joystick selection on Linux and macOS.

Doug Falta requested to merge doug/linux-joystick into main

On Linux and macOS the joystick detected via libndofdev was being added to the device list dropdown with the backing value of 0 which is the same value as the "None" entry. This resulted in the behavior of selecting a detected joystick not actually enabling joystick input.

Merge request reports