by ngomes » Tue Feb 13, 2007 2:58 am
Hi pwmohr,
Yes, you can. You will have to access the USB stack directly and bypass our driver. Look for the posts from the user RBC9 here in this Forum.
All 3Dconnexion USB devices are HID compliant, an open hardware standard.
A final note, remember that bypassing the driver may have consequences to other applications. You should only process data from the device if your application is "in focus". If you are developing a pure console app (no windows at all), then that won't be an issue.
Nuno