I’m using java 1.4.2 and I need to get the mouse position. I’m extending JFrame (MyGame extends JFrame) and while in 1.5 there is getMousePosition() there is nothing like that in 1.4.
Any ideas?
btw. this is for my 4k game, so if there is a simple way to do this then I appreciate that