Hi
Looking for some advice, I want to be able to record the mouse movement coordinates and record them each time the mouse moves or clicks.
Now my idea is to run a java app in the background and then this will record the coordinates of the mouse when the user is using their programs so I can then use the coordinates to automate mouse movements and simulate clicks to automate tasks so obviously I need to be able to use all programs on the computer but to record the clicks and movements.
I have looked and it seems there is a mouse listener which will achieve this however it seems to need to occur over a java component so I need a way to have a jFrame/Panel invisible and not in the way of the programs I am using so It can record the coordinates when using the other programs.
Can anyone think of a way to achieve this?
Thanks