> 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.
Renjith Kannath Pariyangad has updated the pull request incrementally with two additional commits since the last revision: - Updated copyright year - Update src/java.desktop/windows/native/libawt/windows/awt_Component.cpp Co-authored-by: Alexey Ivanov <[email protected]> ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30450/files - new: https://git.openjdk.org/jdk/pull/30450/files/b073a8c7..e99f68df Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30450&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30450&range=00-01 Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/30450.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30450/head:pull/30450 PR: https://git.openjdk.org/jdk/pull/30450
