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
- SerializeReference does not update references when the generic field type changes
- Memory leak when running tests in IL2CPP with System.Threading.Timer
- Tile Palette Tilemap dropdown icons are not visible
- Create New Tile Palette dropdown text is not centered and text is cut off
- Volume numeric fields allows adding unlimited number in numeric field which breaks UI, no character limit
Add comment