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

Touch/Pointer Events needed #1

Open
sapphirecat opened this issue Feb 29, 2020 · 2 comments
Open

Touch/Pointer Events needed #1

sapphirecat opened this issue Feb 29, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sapphirecat
Copy link
Owner

The "hold mouse to paint" feature changed the event listener to mousedown, which is presumably what broke support for painting on touch devices. We need to detect support for the interfaces and install appropriate handlers: only pointer events if that interface is available; otherwise, mouse events and optionally touch events.

@sapphirecat sapphirecat added the bug Something isn't working label Feb 29, 2020
@sapphirecat sapphirecat self-assigned this Feb 29, 2020
@sapphirecat
Copy link
Owner Author

Initial pass (Pointer Events only, zero touch-based testing) in 81ec11f

@sapphirecat
Copy link
Owner Author

We get events, but the hit targets are way off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant