Think about a virtual four arrows gamepad on iphone, when users use this to control the characters to move.
They do not want to release their fingers, but just scroll on their screens.
But the OnPress or OnDrag event can not suit for this, while they all require users to release fingers to trigger OnPress(false) or OnDragEnd, or other buttons will not receive any event.
I know I can get the position of the touch, and check which button is there, but in such case the NGUI event make no sense.
Is there any way to do this within NGUI event system?