Just out of curiousity I want to know. Why they wouldn't use these methods?
1. MouseInfo
MouseInfo (Java Platform SE 7 )
Why Jagex doesn't use mouseinfo to detect the actual position of mouse on our device?
Example:
int inputX = gamepanel.getLocationOnScreenX() + mouseX;
int realMouseX =...