Xingwei Zhu 3 年前
当前提交
6e38eedf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.uiwidgets/Editor/UIWidgetsEditorPanel.cs

1
com.unity.uiwidgets/Editor/UIWidgetsEditorPanel.cs


}
else if (evt.isKey) {
_wrapper.OnKeyDown(e: evt);
Event.current.Use();
}
}

正在加载...
取消
保存