Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
1356835
Regression
No
[Windows] Mouse input doesn't work in multi-display secondary windows when running in non-fullscreen mode
Reproduction steps:
1. Download and open project 'Multidisplayissue.zip'
2. Build scene 'SampleScene' to Windows Standalone player
3. Run it
4. Try clicking Sphere GameObject (It should turn red if the click is registered) on the primary display
4. Try clicking Sphere GameObject (It should turn red if the click is registered) on the secondary display and notice it doesn't work
Expected result: Clicks are registered on all Displays in Game
Actual result: Clicks are registered only on one Display in Game
Reproducible with: 2018.4.32f1, 2019.4.21f1, 2020.2.6f1, 2021.1.0b8, 2021.2.0a7
Notes:
- Issue was not reproducible if Game was built with Fullscreen Mode set to Fullscreen Window
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Previous model to world matrix is not correctly set for ASW
- More calls are made to GC.Alloc in an HDRP Sample Template when compared to the 2022.3 stream
- Generating Light Probe lighting returns inconsistent results on a specific mesh
- Two Warnings appear for every Soft Delete Operation when Deleting Sub Assets in the Project Browser
- “Item m_LightProbeSystem not found” warning is thrown when pressing the “Open” button multiple times in the Adaptive Probe Volume component warning
Resolution Note (2022.1.X):
Using multi-display API is only supported in fullscreen mode. We don't recommend using windowed mode.