I am trying to send keyboard commands to a game emulator from my Java program, I know how to set up the process
from processbuilder
and run the process.
However, I'm still having trouble with sending the process keyboard commands from my Robot
.
An InputStream
won't be much help as I need to send keyEvents
such as pressing the 'y' button and having the emulator respond accordingly.