-
Notifications
You must be signed in to change notification settings - Fork 566
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
click count is not correct on web #1464
Comments
And digging in a bit deeper, I see why. There's no 'clickcount' reported via the [ So: I think the best option here is to hard-code some value that is a compromise, and deal with that? |
This lets us 'correctly' report click-count for mouse events on wasm. Doing this 'actually correctly' would require finding some way to determine what the user's current doubleclick delay is, and I do not believe this is exposed by browsers, although I haven't looked too hard and it wouldn't blow my mind? - closes #1464
This lets us 'correctly' report click-count for mouse events on wasm. Doing this 'actually correctly' would require finding some way to determine what the user's current doubleclick delay is, and I do not believe this is exposed by browsers, although I haven't looked too hard and it wouldn't blow my mind? - closes #1464
This lets us 'correctly' report click-count for mouse events on wasm. Doing this 'actually correctly' would require finding some way to determine what the user's current doubleclick delay is, and I do not believe this is exposed by browsers, although I haven't looked too hard and it wouldn't blow my mind? - closes #1464
This lets us 'correctly' report click-count for mouse events on wasm. Doing this 'actually correctly' would require finding some way to determine what the user's current doubleclick delay is, and I do not believe this is exposed by browsers, although I haven't looked too hard and it is certainly possible. - closes #1464
This lets us 'correctly' report click-count for mouse events on wasm. Doing this 'actually correctly' would require finding some way to determine what the user's current doubleclick delay is, and I do not believe this is exposed by browsers, although I haven't looked too hard and it is certainly possible. - closes #1464
This lets us 'correctly' report click-count for mouse events on wasm. Doing this 'actually correctly' would require finding some way to determine what the user's current doubleclick delay is, and I do not believe this is exposed by browsers, although I haven't looked too hard and it is certainly possible. - closes #1464
Playing around a bit with building for wasm, I notice that doubleclicks are not correctly reported.
The text was updated successfully, but these errors were encountered: