Quote:
Originally Posted by severhale
The fact that you're not getting any errors means that testJoystick is declared, but does it have a value? Are you saying
testJoystick = new Joystick(portNumber);
If you're not, you'd be getting a null pointer exception in the console.
|
It is declared as testJoystick = new Joystick (1);
Is there anything else we need to do?