使用 JavaScript能使本网站更好的工作。
首页
探索
关于Plastic
登录
unity-tech-cn
/
com.unity.uiwidgets
关注
30
点赞
0
派生
5
代码
合并请求
版本发布
浏览代码
fix editorwindow keyboard event error sound (ref
https://answers.unity.com/questions/1244017/error-sound-on-key-input-editorwindow-ongui.html
)
/fix_alignment_issue
Xingwei Zhu
3 年前
当前提交
6e38eedf
共有
1 个文件被更改
,包括
1 次插入
和
0 次删除
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
(
)
;
}
}
撰写
预览
正在加载...
取消
保存
Reference in new issue
仓库
unity-tech-cn/com.unity.uiwidgets
标题
Body
创建工单