We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I'm currently trying to make an Arduino-based game controller, which will be composed of an Arduino sketch, and a Processing sketch. What I'm trying to do right now is to get the processing sketch to send keyboard signals to a computer, so it is as if a key actually were being pressed. Does anybody know a function or something else that I can use to do this? Thanks, ChopinCJ
Answers
Java has Robot class that simulates input from mouse and keyboard. And some examples of usage. The same in processing - import it and use.