Uh oh!
There was an error while loading. Please reload this page.
Add option to limit to calibration resolution - #204
Conversation
This fixes problems within QT (at least in 5.14.2), which does not accept input events outside of the screen.
…N_RESOLUTION option
marcel-behlau-elfin
commented
Mar 6, 2023
Adds an option to limit coordinates to calibration resolution. This can be useful for integration into qt, which rejects input events on coordinates outside of the screen resolution. Background: OnPressed and OnReleased events are used in qml. While starting a touch event within a valid screen position and moving the finger outside of the screen, the release event is not triggered. |
merge
commented
Jul 8, 2024
I saw the same problem actually but solved it differently: I didn't want to change the So if you simply add thank you for your work and time though! |
No description provided.