Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android][Mouse] mouse.delta is stuck at (0, 0) #139

Closed
renaldasrep opened this issue Jun 12, 2018 · 4 comments
Closed

[Android][Mouse] mouse.delta is stuck at (0, 0) #139

renaldasrep opened this issue Jun 12, 2018 · 4 comments
Labels
bug Issues where existsing functionality misbehaves
Milestone

Comments

@renaldasrep
Copy link

renaldasrep commented Jun 12, 2018

Found using 25ad430

The value is not changing even though the mouse is being moved

@todi1856
Copy link
Member

@Rene-Damm Deltas should be calculated in C# side and not in native backend, right?

@Rene-Damm
Copy link
Contributor

@todi1856 ATM this differs between touch and mouse. For both, delta accumulation and resetting happens automatically but only Touchscreen currently computes deltas. Mouse expects deltas to be present in the source. For the sake of consistency, may make sense to switch all deltas to being automatically computed.

@Rene-Damm Rene-Damm added the bug Issues where existsing functionality misbehaves label Jun 15, 2018
@Rene-Damm Rene-Damm added this to the 2018.2 milestone Jun 15, 2018
@todi1856
Copy link
Member

@renaldasrep this was fixed in 2019.1.0a12

@renaldasrep
Copy link
Author

Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues where existsing functionality misbehaves
Projects
None yet
Development

No branches or pull requests

3 participants