浏览代码

add readonly

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

2
Runtime/gestures/mouse_tracking.cs


this.annotationFinder = annotationFinder;
}
Dictionary<int, PointerEvent> _lastMouseEvent = new Dictionary<int, PointerEvent>();
readonly Dictionary<int, PointerEvent> _lastMouseEvent = new Dictionary<int, PointerEvent>();
public bool mouseIsConnected {
get { return this._lastMouseEvent.isNotEmpty(); }

正在加载...
取消
保存