Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8280995

[XWayland] Robot.mouseMove does not visually move mouse cursor

XMLWordPrintable

      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

            azvegint Alexander Zvegintsev
            azvegint Alexander Zvegintsev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: