USB dance-pad with Rev?

Dave Cragg dave.cragg at lacscentre.co.uk
Thu Jan 14 05:51:14 EST 2010


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


More information about the use-livecode mailing list