Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input: Don't let wacom pens clobber the slot of the next contact #11520

Merged
merged 1 commit into from Mar 6, 2024

Conversation

NiLuJe
Copy link
Member

@NiLuJe NiLuJe commented Mar 6, 2024

If there's only one contact, we won't get an ABS_MT_SLOT, so we need to make sure we fall back to the main finger slot once we've caught a tool switch.

Also, move the dedicated pen slot further away, so it has zero chance of being detected as a potential buddy contact to a finger contact.

Fix #11514


This change is Reviewable

If there's only one contact, we won't get an ABS_MT_SLOT, so we need to
make sure we fall back to the main finger slot once we've caught a tool
switch.

Also, move the dedicated pen slot further away, so it has zero chance of
being detected as a potential buddy contact to a finger contact.

Fix koreader#11514
@mergen3107
Copy link
Contributor

Thank you @NiLuJe ! :)

@Frenzie Frenzie added this to the 2024.04 milestone Mar 6, 2024
@Frenzie Frenzie merged commit dd8560c into koreader:master Mar 6, 2024
2 of 3 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.

Q: What is this symbol?
3 participants