I'm using Prime31's Touchkit for swipe & screen area tap recognition, and I've then got a few NGUI buttons overlayed.
Obviously I've got the Touchkit script running after UICamera in the script execution order, but touches still propogate down even if they spark OnClicks from the buttons.
Is there a quick way of stopping these touches getting past NGUI, or do I need to couple the classes (ugly) with some lock booleans etc?