We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f1149 commit b6041daCopy full SHA for b6041da
src/events/touch.js
@@ -133,7 +133,7 @@ p5.prototype._ontouchstart = function(e) {
133
this._updateTouchCoords(e);
134
this._updateNextMouseCoords(e);
135
this._updateMouseCoords(); // reset pmouseXY at the start of each touch event
136
- // only safari needs this manual duplication for consistency
+
137
if (typeof context.touchStarted === 'function') {
138
executeDefault = context.touchStarted(e);
139
if (executeDefault === false) {
0 commit comments