I have machine with two keyboards attached. They keyboards are attached via USB. When I receive KeyPress (or other keyboard related events) in my application is it possible to identify which keyboard the keypress came from? At the device layer this could be distinguished by bus attachments but I'm not sure how you would access this via .NET interfaces if it's even possible.
Any ideas?
Thanks