Missing ClickEvent::RELEASED event on Button
- December 8, 2019
- 12 replies
- 3956 views
Hi,
I'm struggling with a missing event in my application.
As far as I can see, the touch HW is generating the touch event, the touch controller's "sampleTouch" method is signalling the event to the library correctly, the view is detecting the PRESSED and RELEASED events but the button on the view very often misses the RELEASED event on which I rely to handle the event.
I have added debug messages to try an pinpoint the issue.
The printout is attached with my comments.
So, finally, my question is:
How can I guarantee I catch the RELEASED event from the button?
I'm currently using library version 4.9.3 running on a STM32F767 processor with a 320*240 touch display for which I have implemented the low level, it is not one of the evaluation boards.
Thanks,
Daniel
