On Thu, 26 Mar 2026 12:24:48 GMT, Renjith Kannath Pariyangad 
<[email protected]> wrote:

> Hi Reviewers,
> 
> Problem: Double tap  generates WM_LBUTTONDOWN, WM_MOUSEMOVE, and WM_LBUTTONUP 
> messages in response to actions on a primary touch point. [Which is document 
> here](https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-touchinput).
>  
> 
> Solution: Skip drag/mouse move in case of touch and withing delta.
> 
> Please review and let me know your suggestions.
> 
> Regards,
> Renjith.

It looks reasonable but I have no way to test this.
Seems like a complete no-op except for manual testing using a real touch screen.
@azvegint @azuev-java please review

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

PR Comment: https://git.openjdk.org/jdk/pull/30450#issuecomment-4144303991

Reply via email to