You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mousePressed and touchStarted both trigger if they're both present (same for mousePressed)
If either is without the other it triggers twice
touchStarted doesn'tt get called when the mouse is pressed like described in the documentation
Note: This looks like nearly the same issue with #6737. We might have to check if this sort of issue applies to any other event listeners. For now, I'll list these 2 as separate issues and pull requests since I already created the first pair.
The text was updated successfully, but these errors were encountered:
Most appropriate sub-area of p5.js?
p5.js version
1.9.0
Web browser and version
120.0.6099.210
Operating System
Android
Steps to reproduce this
Steps:
Snippet:
Here's a sketch demonstrating it:
https://editor.p5js.org/PotatoBoy/sketches/1F9s-k_5D
On touchscreen:
Note: This looks like nearly the same issue with #6737. We might have to check if this sort of issue applies to any other event listeners. For now, I'll list these 2 as separate issues and pull requests since I already created the first pair.
The text was updated successfully, but these errors were encountered: