I'm working on a java project, in which I need to decide, from which keyboard the input comes from (both atteched to the computer via USB). Is there any way to get the ID of the device in java?
Asked
Active
Viewed 206 times
0
-
1How do you process input? java.awt? GLFW? Something else? – Polygnome Jan 16 '20 at 11:43
-
Well yes, awt. It is a swing application, but in the background I want it to process input coming from a different source, but that I did not yet figure out how to. – Keve Jan 16 '20 at 18:26
-
Well, you can't with AWT/Swing. – Polygnome Jan 16 '20 at 18:35