An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Does anybody know how to see which device a keyboard input is coming from?
This can be accomplished by handling raw input. For example, see If I have multiple attached keyboards, how can I read input from each one individually?