Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: nugao on September 15, 2017, 12:40:50 AM

Title: Hello. How to interaction with multiple monitors.
Post by: nugao 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.
Title: Re: Hello. How to interaction with multiple monitors.
Post by: ArenMook 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.
Title: Re: Hello. How to interaction with multiple monitors.
Post by: nugao on September 16, 2017, 09:19:16 PM
OK.

Thanks.