Skip to content

feat(vacs-client): prevent touch input from moving mouse cursor on Windows#328

Draft
MorpheusXAUT wants to merge 1 commit into
mainfrom
touch-input-mouse-move
Draft

feat(vacs-client): prevent touch input from moving mouse cursor on Windows#328
MorpheusXAUT wants to merge 1 commit into
mainfrom
touch-input-mouse-move

Conversation

@MorpheusXAUT

Copy link
Copy Markdown
Member

creates a transparent window on top of tauri web view, tracking its position and size
input handler window handles appropriate WM_POINTER messages and synthesizes mouse events, preventing Windows from moving mouse cursor to touched location
as we cannot access the webview's HWND directly (running in a different pid), this hacky way "works" until we can solve this issue upstream in the window manager

@MorpheusXAUT MorpheusXAUT linked an issue Dec 11, 2025 that may be closed by this pull request
@MorpheusXAUT MorpheusXAUT force-pushed the touch-input-mouse-move branch from 366f6e4 to 5adc871 Compare December 12, 2025 10:45
@MorpheusXAUT MorpheusXAUT added this to the v1.4 milestone Dec 15, 2025
@MorpheusXAUT MorpheusXAUT force-pushed the touch-input-mouse-move branch from 5adc871 to c1b3274 Compare December 18, 2025 14:30
@MorpheusXAUT MorpheusXAUT force-pushed the touch-input-mouse-move branch from c1b3274 to 3510136 Compare January 28, 2026 07:03
@MorpheusXAUT MorpheusXAUT removed this from the v1.4.0 milestone Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Touch input moves mouse cursor on Windows

1 participant