RFR: 8249592 : Robot.mouseMove moves cursor to incorrect location when display scale varies and Java runs in DPI Unaware mode [v2]
Sergey Bylokhov
serb at openjdk.java.net
Tue Mar 8 03:55:06 UTC 2022
On Tue, 8 Mar 2022 03:04:40 GMT, Rajat Mahajan <duke at openjdk.java.net> wrote:
>> 8249592 : Robot.mouseMove moves cursor to incorrect location when display scale varies and Java runs in DPI Unaware mode
>
> Rajat Mahajan has updated the pull request incrementally with one additional commit since the last revision:
>
> removed stdlib.h, not needed
src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp line 53:
> 51:
> 52: ::SendInput(1, &mouseInput, sizeof(mouseInput));
> 53:
This change looks fine, the only suggestion I have is to split the long lines and use the 80 chars per line.
Please also confirm that mach5 is green.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7736
More information about the client-libs-dev
mailing list