Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: andresp on August 17, 2012, 10:12:32 AM
-
Is there any way to avoid OnClick events of being triggered at the same time as OnDoubleClick ones?
Thanks
-
No, OnClick is still sent for the double-click. They're separate notifications.
-
So to distinguish "an OnClick event from a click" and "an OnClick event from a double-click", I need to implement a delay which waits for the call to OnDoubleClick, right?
-
If you need that sort of functionality then yes