Re: how can I program my cursor to be like those first person shooter game?
Posted by
gouessej on
May 10, 2011; 8:04pm
URL: https://forum.jogamp.org/how-can-I-program-my-cursor-to-be-like-those-first-person-shooter-game-tp2923304p2924437.html
Hi!
Java AWT Robot is not buggy, just difficult to use for that. Look at the source code of my own First Person Shooter to see how to do this, in the alpha branch (in the only class that uses java.awt.Robot). Good luck.