Unity Issue Tracker - input position does not update once mouse is off the player window
Fixed
UUM-77328
input position does not update once mouse is off the player window
Unity: Linux
Fixed
6.0.X
Won't Fix
6.1.X
input mouse position is now reported globally on x11 linux build(do not support this in multi-display mode. user could have multiple displays, but only one game display can be active for this)
Steps to reproduce:
1. open ISX_KB_Mouse_Basic scene and build the project in windowed mode
2. move the mouse off the player window and around
3. observe the mouse pos value stopped updating.
Actual results: mouse pos stopped updating even the mouse is off the player window
Expected results: mouse pos should keep updating even the mouse is off the player window