Is there a way for Java to listen to another program for mouse clicks?
If so, is there a way to listen for mouse clicks on text inputs on other programs?
I'm making an on screen keyboard for a project I'm working on. It will automatically be displayed when the user selects any text input on the screen. When the text input is unfocused, the keyboard would disappear.