Add option to limit to calibration resolution#204
Add option to limit to calibration resolution#204marcel-behlau-elfin wants to merge 3 commits intolibts:masterfrom
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
|
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. |
|
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.