Search results

  1. A

    Raw Joystick Access

    Nothing ground breaking, I just followed the example in the link posted. I had to use the /dev/input/eventX device files rather than the /dev/js0 ones. It says in the doc to scan the event files as they may change in the future. Here is my code to find and open the joysticks: // keep looping...
  2. A

    Raw Joystick Access

    Thanks a lot, that page has a lot of useful info that allowed me to fix my issue. I now have raw nub data. Oh and great little device, I really am enjoying hacking it...
  3. A

    Raw Joystick Access

    Hi all, I am currently porting an existing Linux application, so far everything seems to work well, X11, ALSA etc... I have one problem, I can't seem to access the nubs as joystick devices... I can see /dev/input/js0 and /dev/input/js1 exist, and open but I dont get any data. I have found that...
Back
Top