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

Extension to report "primary" pointer up/down events on Android? #3853

Open
MarijnS95 opened this issue Aug 9, 2024 · 1 comment
Open

Extension to report "primary" pointer up/down events on Android? #3853

MarijnS95 opened this issue Aug 9, 2024 · 1 comment

Comments

@MarijnS95
Copy link
Member

If anyone needs it we could expose whether this is the first ("primary") finger going down or the last (""primary""?) finger to go up. This is also easy for the user to track by keeping a rolling count of how many up and down events they have seen though.

(Which could be a little cheaper if we create a separate extension keyed off the difference between Down and PointerDown, and (Pointer)Up respectively, but would have to store a bool for it anyways)

@MarijnS95
Copy link
Member Author

Looks like GitHub no longer automatically appends the Originally posted in #3783 (review) line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant