浏览代码

[1.5.4] Fix an issue.

/main
Yuncong Zhang 5 年前
当前提交
d113bc37
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/gestures/binding.cs

2
Runtime/gestures/binding.cs


}
HitTestResult hitTestResult = null;
if (evt is PointerDownEvent || evt is PointerSignalResolver) {
if (evt is PointerDownEvent || evt is PointerSignalEvent) {
D.assert(!this._hitTests.ContainsKey(evt.pointer));
hitTestResult = new HitTestResult();
this.hitTest(hitTestResult, evt.position);

正在加载...
取消
保存