Hi there!
I'm using a modified version of eGUI 2.07 for Kinetis & MQXLite and I have a specific question in d4d_base.c.
I want to tweak the touch screen managment to allow sliding and continously-touching events, for example. However, D4D seems to have a 'secure' variable or function that prevents the same touching event to happen twice if it has not been untouched previously.
In resume, I want to do this: Button is touched-->calls button function-->button is still touched-->calls button function again...and so on.
Thanks in advance!