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
- Editor freezes briefly when "multi-selecting" TextMeshPro GameObjects In the Hierarchy window in Prefab Mode, if 5 or more Inspector windows are open
- OnEndDrag event not triggered when losing Editor focus during simultaneous Left and Right mouse drag
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
- Diagnostic Warning Resets When Navigating Away and Returning to Diagnostics Settings
- Checkbox Collides with Text in Shader Graph Preferences Settings
Resolution Note (2022.1.X):
Using multi-display API is only supported in fullscreen mode. We don't recommend using windowed mode.