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

printerdemo_mcu: react on pointer up rather than click #2959

Merged
merged 1 commit into from Jun 22, 2023
Merged

Commits on Jun 22, 2023

  1. printerdemo_mcu: react on pointer up rather than click

    Commit 08e20c8 changed the behavior
    of clicked being emitted when the area was both pressed and released.
    But that made it hard to hit button on the devices because the touch
    screen isn't great.
    So activate the button on release instead of click, going effectively
    back to previous behavior
    ogoffart committed Jun 22, 2023
    Copy the full SHA
    3404ccd View commit details
    Browse the repository at this point in the history