Quote:
Originally Posted by buildmaster5000
After so many "gaming adapter problems" threads, it is nice to hear that you seem to have put a lot of thought into this app. I look forward to getting my hands on it. One thought: it might be nice to have the capapbility to set the accelerometer as two joystick axis...
|
Currently the way it operates, is there is a settings page that lets you choose which joystick 'port' values are read out on.
ex. If you set joysticks to port 1, and accelerometer to port 2, in the robot code, when you initialize a joystick on port 1 by doing "Joystick j = new Joystick(1);" if your using java, it will read in the virtual joysticks, but a joystick initialized on port 2 would read in the accelerometer.