Hello guys, how are you?
I wanted to know how to change the mouse cursor to one self-made.
Also, to keep mouse inside the application, it’s enough to check cords with public void mouseMoved(MouseEvent arg0)? Or how it should be handled? I’d like to capture the mouse inside the game and force an “alt + tab” to give it back to windows (also, multi platform code will be great!).
Thanks!
Edit: 4/4/12 - Changed title to Solved. The keeping it inside the game´s window is something that I have yet to work it out. If I run into any problem, I´ll come back here