Describe the bug
when using a touch device like a phone and using event::read() to get a mouse button and timing how long you hold it, the program either doesn't notice or doesn't properly time how long it was held.
To Reproduce
Steps to reproduce the behavior:
run the following on a phone
finally had more time to mess with this, turns out foot has weird logic to turn hold events into scroll events while still preserving the ability to select text via hold
Describe the bug when using a touch device like a phone and using event::read() to get a mouse button and timing how long you hold it, the program either doesn't notice or doesn't properly time how long it was held.
To Reproduce Steps to reproduce the behavior: run the following on a phone
Expected behavior show the real time of tap held duration
OS pinephone pro running postmarketos
Terminal/Console foot