23 May
2009
23 May
'09
2:23 p.m.
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