Skip to content

Commit d87cb43

Browse files
committed
Removed touch limit on over/out
1 parent e12002b commit d87cb43

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/input/InputPlugin.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -697,10 +697,7 @@ var InputPlugin = new Class({
697697
break;
698698
}
699699

700-
if (pointersTotal < 3 || !pointer.wasTouch)
701-
{
702-
total += this.processOverOutEvents(pointer);
703-
}
700+
total += this.processOverOutEvents(pointer);
704701

705702
if (total > 0)
706703
{

0 commit comments

Comments
 (0)