RFR: 8345538: Robot.mouseMove doesn't clamp bounds on macOS when trying to move mouse off screen [v6]

Sergey Bylokhov serb at openjdk.org
Tue Jan 28 23:50:49 UTC 2025


On Tue, 28 Jan 2025 19:12:30 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> Mouse events are usually sent to the window under the mouse cursor, so we create a set windows or a single large window which cover the entire virtual screen and some additional space to accommodate the off-screen location where we will move the mouse cursor to.

Yes, that is how we can check it to know whether it is really a bug or not.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22781#issuecomment-2620284556


More information about the client-libs-dev mailing list