Author Topic: NGUI events on windows phone 8  (Read 4239 times)

caldofran

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
NGUI events on windows phone 8
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI events on windows phone 8
« Reply #1 on: August 11, 2013, 02:57:04 PM »
Uncheck "use mouse" on the UICamera.

caldofran

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
Re: NGUI events on windows phone 8
« Reply #2 on: August 11, 2013, 03:31:58 PM »
Thank you very much, that worked for me...