GameControlPlus Joystick polling issue

So this isn’t an issue for most, but I’m trying to add support for both a joystick and a keyboard, I want a way to test if there is a joystick without showing the box if there isn’t one that matches the config file.

You might look at controlIO.getDevices() see reference

1 Like

Thanks, getMatchedDeviceSilent() works perfectly for what I need.

2 Likes