It would seem a simple task, but I'm looking at a couple pair tens forums and haven't found the solution. How can I get the current mouse position in LWUIT?
Only here it is:
PointerInfo a = MouseInfo.getPointerInfo ();
Point point = new Point (a.getLocation ());
But it is not suitable for JavaME.
Are there other ways?