Hi, i'm working on a project that need to be controlled by a USB Joystick , i'm currently using JoyToKey and processing , to key value from mouse position, but is it possible to get directly those values coming from the joystick instead of using my mouse ?
Thanks,
regards.
is it possible to get directly those values coming from the joystick instead of using my mouse ?
What is the joystick actually connected to? If the joystick is connected to the PC and being read by Processing, what was your Arduino-related question?
It is connected to the pc via USB , and i'm getting value from the position of my cursor , controled by the joystick , but , i would like to know if there is another way to get directly inputs from the joystick via processing or something else ?
I find a solution. Problem Solved.