I was wondering how I can differentiate between a touchpad and a normal mouse. Both getTypes() are Type.MOUSE. Currently I select from a combobox of all detected mice to get what I want. How can I get jinput to ingore my touchpad to detect(or give preference to) normal mice? Also, anybody know if something like jinput will eventually make it into java?
Monty