[chuck-users] spacenavigator

Hans Aberg haberg at math.su.se
Sat May 23 14:23:07 EDT 2009


On 23 May 2009, at 19:44, Daniel Trueman wrote:

> thanks for that; didn't know about it. but, yes, it shows up and  
> behaves fine there...

The main point is that it shows the available variables. Chuck may not  
support them all, so the source codes might need be tweaked and  
recompiled.

Anyway, try open it using
   0 => int deviceNum;
   Hid kb;
   if(!kb.openJoystick(deviceNum)) me.exit();
// Or .openMouse
and use
   HidMsg msg;
to read messages on the variables listed in the API in the manual.

   Hans




More information about the chuck-users mailing list