Author Topic: Hello. How to interaction with multiple monitors.  (Read 2577 times)

nugao

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
Hello. How to interaction with multiple monitors.
« on: September 15, 2017, 12:40:50 AM »
Hello.

I had setup UI with multiple monitors.

But only interaction in main monitor.

I need some help to fix it.

Thanks.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Hello. How to interaction with multiple monitors.
« Reply #1 on: September 16, 2017, 11:24:57 AM »
I can only suggest checking what events are sent from Unity -- what mouse coordinates, for example -- and how they relate to the UI's coordinates. It's all done in the UICamera.cs file. You can also override all the NGUI's event polling functions such as GetKey with your own custom handling.

nugao

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
Re: Hello. How to interaction with multiple monitors.
« Reply #2 on: September 16, 2017, 09:19:16 PM »
OK.

Thanks.