Hello,
Back again, on the OnRelease/OnPress(false) event which never gets fired if the button has not received OnPress(true).
This
thread has similarities with my question.
How do you handle contextual menu if the above assertion is true? Moreover, since there's no hovering on devices, this get harder to code. Do I have to not use NGUI events for making such menu? Its easy on a standalone version thanks to the UICamera.hoveredObject (although, the button doesnt get highlighted when my mouse is "down-hovering" it)
So let me ask, If I ever want to make a contextual menu that appears on mouse/touch down, and disappears on mouse up/touch up (and trigger an event if mouse/touch was released above a UIButton), Should I just not use NGUI at all?
Regards