Skip to content

Commit 54fca17

Browse files
committed
pull merge from lmccart-master
2 parents 032a008 + e2e3627 commit 54fca17

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

lib/p5.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2991,10 +2991,13 @@ var inputmouse = function (require, core, constants) {
29912991
if (!this.isMousePressed) {
29922992
if (typeof context.mouseMoved === 'function') {
29932993
context.mouseMoved(e);
2994+
<<<<<<< HEAD
29942995
} else if (typeof context.touchMoved === 'function') {
29952996
e.preventDefault();
29962997
this.setTouchPoints(e);
29972998
context.touchMoved(e);
2999+
=======
3000+
>>>>>>> e2e3627b5b11113d6d7425704b4c4d54fa4c9f76
29983001
}
29993002
} else {
30003003
if (typeof context.mouseDragged === 'function') {

0 commit comments

Comments
 (0)