-
Bug
-
Resolution: Duplicate
-
P3
-
internal
Current javadoc says:
/**
* Moves mouse pointer to given screen coordinates.
* @param x X position
* @param y Y position
*/
public synchronized void mouseMove(int x, int y) {
However Robot.mouseMove() does not move mouse cursor visually, but following Robot.mousePress() is delivered to correct place.
As a possible solution we can consider implementing robot via libEI JDK-8280983
/**
* Moves mouse pointer to given screen coordinates.
* @param x X position
* @param y Y position
*/
public synchronized void mouseMove(int x, int y) {
However Robot.mouseMove() does not move mouse cursor visually, but following Robot.mousePress() is delivered to correct place.
As a possible solution we can consider implementing robot via libEI JDK-8280983
- duplicates
-
JDK-8307779 Relax the java.awt.Robot specification
- Resolved
- relates to
-
JDK-8280983 [XWayland] java.awt.Robot emulating keyboard/mouse events
- Open