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

Replace p5.Element mouse/touch events with pointer events #7608

Merged
merged 1 commit into from
Mar 8, 2025

Conversation

davepagurek
Copy link
Contributor

Resolves #7603

Changes:

  • Makes p5.Element mouse events use the pointer API so that they handle mouse and touch
  • Removes p5.Element touch event handlers, as everything should go through the mouse ones now

PR Checklist

@davepagurek davepagurek requested a review from limzykenneth March 7, 2025 21:02
@davepagurek davepagurek merged commit 3cb5e8e into dev-2.0 Mar 8, 2025
2 checks passed
@davepagurek davepagurek deleted the element-pointer-events branch March 8, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant