On 14 Jan 2010, at 10:13, Richmond Mathewson wrote:
> All USB devices will send some sort of keyDown signals and/or pointer 
> movements
> to the system; as long as you can interpret those keyDowns inside your stack 
> there is
> no earthly reason why your USB device won't work with RunRev.

I don't think that's right. Each USB device identifies what "class" of device 
it is, and the host device (computer) loads the appropriate driver. One such 
class is Human Interface Device which covers keyboards, mice, etc. If the 
device is of that class, then you should be able to get key messages. But there 
are other classes (Audio, Communications, Vendor Specific, etc.) where key 
messages probably aren't sent.

http://en.wikipedia.org/wiki/Universal_Serial_Bus#Device_classes

Cheers
Dave_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to