Prevent double clicks on TouchGFX button
I have a TouchGFX project with some buttons used for navigating a menu. The problem is that for some reason every couple of touches is registered as a double click. So I click the touch button once, but the virtual function called by the click event is called twice. Any way to decrease the sensitivity?
I can do this in the source code, but wondering if there is a way directly in TouchGFX designer.