Monday, August 15, 2011

How Can I use two usb keyboards on one computer and make the distinction between them in software?

You would need to write your own USB Keyboard HID driver, since Win32 at the API level will treat all keyboards as the same source; but sure, it's possible.

No comments:

Post a Comment