Widgets take events not for them
I'm having problems with widgets taking events that weren't supposed to go to them.
For example, if I have a SwipeContainer with a Button. If I tap the button, I get a ClickEvent - that's good. But, if swipe, and just happen to start on the button, the button receives the ClickEvent, and the SwipeContainer doesn't receive a swipe event, even though I swiped, and didn't click.
Is there anyway around this? The call stack seems to originate events in Gestures.cpp, but this file doesn't appear to be provided, so it is hard to see what is happening. Is Gestures.cpp available?
Thanks,
Frank
