Well, I'm not sure that this is possible even with Java, but I am working on a small program that is very similar to synergy, and I need to completely disable mouse and keyboard input on the host computer, but still write the input to the program. I cannot come up with any clean and reliable ways to do this using Java. Is it possible?
source
share