Impossible to use Input.mouse, as it gets stuck on sides of screen (when fake cursor may be not on side of screen yet). lockCursor doesn't solve problem, as fake cursor gets locked too.
Solution : Needs pro version to import System.Windows.Forms, and use SystemInformation.MouseSpeed as sensitivityX/Y.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Impossible to use Input.mouse, as it gets stuck on sides of screen (when fake cursor may be not on side of screen yet). lockCursor doesn't solve problem, as fake cursor gets locked too.
Solution : Needs pro version to import System.Windows.Forms, and use SystemInformation.MouseSpeed as sensitivityX/Y.
Needs pro