Search Issue Tracker
By Design
Votes
0
Found in
5.3.4f1
Issue ID
787438
Regression
No
[Android] Input.GetAxis is 0 when mouse cursor is next to the edge and mouse is moved towards the edge
Reproduction steps:
1) Open attached project "MouseBug"
2) Build scene "Scene1" for Android
3) Run build on a device
4) Connect a mouse to the device
5) Move the cursor to the left or right edge of the screen
--- Text in the middle of the screen shows value for Input.GetAxis("Mouse X")
6) Try moving the mouse towards the edge
--- You should see that Input.GetAxis("Mouse X") returns 0
Expected results: If mouse is moved in a direction Input.GetAxis("Mouse X") should return a non zero value even if cursor is blocked
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment