Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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.
-
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.
-
OK.
Thanks.