In most normal GUIs, if you click down on a button and then move your cursor off it the button before releasing, it will act as if you never pressed the button. How can I achieve this functionality with NGUI? Is this supported out of the box or do I have to do a lot of custom scripting just to make this happen?
Edit:
OnClick seems to be doing this now. Weird since it wasn't earlier. =/