Dear all:
When I use OnGUI() and NGUI's Update() mixed, but the Input Event has error.
I need press double times , then can get the mouse's state is unpressed, the result is wrong!
If I delete the function OnGUI, then I press once , then can get the mouse's state is unpressed, the result is right!
Why?
Thanks very much!!