Multi-Display Click Detection
Hello, everyone. I'm working on a Multi Display Quiz using 4 monitors, each of them contaning its own canvas, its own camera and its own questions flow. The code seems good so far, but we're having serious problems detecting mouse clicks on any other display other than the first one, since it only seems to be detected on the first one. We've been researching and reading a lot throughout topics on forums, and it seems like Display.RelativeMouseAt should solve our problem, but I'm afraid I didn't figure how it works. I tried lots of different things, but the "z" will always return 0 for me, no matter what Display I'm clicking on.
Long story short, I just need to be able to tell my code I'm clicking on Display 2 when I click on Display 2, same for the other displays, and I couldn't figure how "Display.RelativeMouseAt" works yet.
If anyone could help me understand it or any other workaround method, I'd be really thankful!
Your answer
