Capturing mouse information before it makes the pointer move on screen
Hi,
I'm new here to the forum, so I am unsure where to post this!
It's been a while since I've used java, but I thought I'd refresh my knowledge to resolve a problem I am having - if anyone could help me with this it would be fantastic!
The issue I am having is the RF interference in my house is causing a brand new Wacom graphics tablet to jitter/shake on my screen in a 5x5 pixel area - sometimes it gets worse to around 10x10 pixel, making it very hard to draw straight lines, select things, and open and close windows.
My proposed solution is to try and capture the pointer movements before they actually move the pointer on the screen, and try and average them, so that the pointer will be smooth, and not so shakey and jittery.
I am thinking to use mouseMoved to get the co-ordinates, however these co-ordinates are only after the mouse has actually moved, and not where the mouse says it will be moving to.
I know only basic java so I was wondering if there a way to capture the information coming from the mouse/graphics tablet with java before it is translated to a movement on the screen?
Thanks heaps,
Jash

