slint/examples/printerdemo_mcu
Olivier Goffart f8e8072135 printerdemo_mcu: react on pointer up rather than click
Commit 08e20c8586 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
2023-06-22 11:46:46 +02:00
..
ui printerdemo_mcu: react on pointer up rather than click 2023-06-22 11:46:46 +02:00
build.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Cargo.toml Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
main.rs Use enums in the printer demo 2023-06-16 12:30:04 +02:00
README.md Update link in the printerdemo_mcu README 2022-09-02 14:12:36 +02:00

This is a "fork" of the printer demo modified to run on a smaller screen.

See the MCU backend Readme for more info.