浏览代码

Fix.

/main
Yuncong Zhang 6 年前
当前提交
194c0d44
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 3
      Runtime/engine/UIWidgetsPanel.cs

3
Runtime/engine/UIWidgetsPanel.cs


using System;
using System.Collections.Generic;
using Unity.UIWidgets.async;
using Unity.UIWidgets.editor;

WindowAdapter _windowAdapter;
Texture _texture;
Vector2 _lastMouseMove;
readonly HashSet<int> _enteredPointers = new HashSet<int>();
bool _viewMetricsCallbackRegistered;

正在加载...
取消
保存