Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: caldofran on August 11, 2013, 11:15:32 AM

Title: NGUI events on windows phone 8
Post by: caldofran on August 11, 2013, 11:15:32 AM
Hi,

I'm trying to migrate an Andorid game (that works perfectly) to Windows Phone 8 platform... all seems to work fine... but when clicking a button, checkbox or a PopupList... the click events fires several times (4) causing unexpected behaviours.

Is there an explanation for this behaviour? And a workaround?

Thanks
Title: Re: NGUI events on windows phone 8
Post by: ArenMook on August 11, 2013, 02:57:04 PM
Uncheck "use mouse" on the UICamera.
Title: Re: NGUI events on windows phone 8
Post by: caldofran on August 11, 2013, 03:31:58 PM
Thank you very much, that worked for me...