浏览代码

fix tap error

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

1
Runtime/gestures/tap.cs


}
this.handleTapDown(down: this._down);
this._sentTapDown = true;
}
void _checkUp() {

正在加载...
取消
保存