Author Topic: NGUI Android mouse not working  (Read 4779 times)

elvess

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 44
    • View Profile
NGUI Android mouse not working
« on: October 30, 2014, 10:16:36 AM »
Hello. I need to use mouse on Android, but it seems NGUI doesnt calculate mouse clicks. Is it possible to use mouse and taps the same time ?
Thank U

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI Android mouse not working
« Reply #1 on: October 30, 2014, 01:03:11 PM »
Problem with Unity is that when you use mouse on an android device you will basically get both mouse and touch events from the same action. Unity will send both from a single touch.

elvess

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 44
    • View Profile
Re: NGUI Android mouse not working
« Reply #2 on: November 04, 2014, 09:02:45 AM »
So currently its impossible?
Thank U

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI Android mouse not working
« Reply #3 on: November 04, 2014, 10:42:41 AM »
I think the current Pro version of NGUI handles it properly, but I haven't tried it as I don't have any android device with a mouse.