Skip to content

Fix tap to click not suppressing all finger clicks - #675

Merged
Xnick417x merged 1 commit into
WinNative-Emu:mainfrom
Xnick417x:t2c
Jul 30, 2026
Merged

Fix tap to click not suppressing all finger clicks#675
Xnick417x merged 1 commit into
WinNative-Emu:mainfrom
Xnick417x:t2c

Conversation

@Xnick417x

Copy link
Copy Markdown
Collaborator

With the setting disabled, four paths in TouchpadView still injected a mouse button: the simTouchScreen delayed left press, the touchscreen one-finger down press, the two-finger-lift right click, and the two-finger-far-apart left press. Their releases already sat inside the tapToClickEnabled gate, so a press latched down and re-fired on each tap.

Disabling the setting now also releases any button still held. Cursor movement, aiming and scrolling are unaffected, and behavior with the setting enabled is unchanged.

With the setting disabled, four paths in TouchpadView still injected a
mouse button: the simTouchScreen delayed left press, the touchscreen
one-finger down press, the two-finger-lift right click, and the
two-finger-far-apart left press. Their releases already sat inside the
tapToClickEnabled gate, so a press latched down and re-fired on each tap.

Disabling the setting now also releases any button still held. Cursor
movement, aiming and scrolling are unaffected, and behavior with the
setting enabled is unchanged.
@Xnick417x
Xnick417x merged commit b5d7f0a into WinNative-Emu:main Jul 30, 2026
5 checks passed
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.

1 participant