Jinput Poll Data Never Changes
问题 I am attempting to create a simple test program to get familiar with the JInput Library for another project. I have tested my controller with the all of the provided test classes and it works as expected. However, when I attempt to poll the controller, all values remain unchanged regardless of my input. Here is the code I am working with: public class ControllerTest { public static void main(String[] args){ //System.out.println("Hello World"); Controller[] ca = ControllerEnvironment