Is there a Java / C library that allows you to identify multiple keyboards?

I need to connect more than one keyboard / mouse with one computer. Manymouse library can identify different mice, but is there a library that can identify different keyboards?

I mean, when I press the E key, the program can tell me which keyboard the KeyPress event is for. With C #, SDGToolkit can do this, is there something in the Java world or the C world that supports all OSs in the same way that Manymouse does? I'm more interested in the Mac and Linux solution.

+2
source share

All Articles