Does jinput support dynamic editions of USB devices after initialization? I’ve tried calling:
ControllerEnvironment ce = ControllerEnvironment.getDefaultEnvironment();
Controller[] ca = ce.getControllers();
But I don’t see an increase in the number of controllers when I plug one in. Ideally it would be a listener I could request updates on newly added or removed devices. If its not in the library I can look at adding it. Its not a high priority for our project but it would be nice.