浏览代码

fix tap bug when rejectGesture calls before handlePrimaryPointer

/main
xingwei.zhu 5 年前
当前提交
7a6784e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/gestures/tap.cs

2
Runtime/gestures/tap.cs


}
this._reset();
} else if (evt.buttons != this._down.buttons) {
} else if (evt.buttons != this._down?.buttons) {
this.resolve(GestureDisposition.rejected);
this.stopTrackingPointer(this.primaryPointer);
}

正在加载...
取消
保存