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
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
- The Blackboard scrolls to the top and generates an artifact when duplicating Attributes when the Blackboard has been scrolled down and the Custom Attributes list is expanded
- The Blackboards Attribute list scrolls down to the bottom and the Custom Attributes list is not expanded when duplicating Built-In Attributes and the Custom Attributes list is collapsed
- Right-click context menu in Visual Effects Graph window is offset
Add comment