[java] mouselook

Started by
1 comment, last by Aenimal 21 years, 6 months ago
Is there a method/function in Java that lets you warp the mouse pointer to a specific coordinate on the screen. I am trying too implement mouselook in a windowed application, thats why i am asking.
Advertisement
The java.awt.Robot class has methods for stuff like that, specificly the mouseMove method.
That is what i am looking for. Thank you very much :D

This topic is closed to new replies.

Advertisement