1
NGUI 3 Documentation / Re: UIButton
« on: April 06, 2014, 03:50:58 PM »
Hi, I'm using the UIEventTrigger on a button to initiate a bullet fire function via OnPress, then stop the function via OnRelease. The problem is if I drag my finger off the button(mobile), the UIButton script switches the button to normal, not pressed and the function continues to run because my finger is still down. Can we have an OnDragOut option in UIEventTrigger so we can end a button press if the finger is moved off the button but still pressed on the screen?