浏览代码

remove debugs

/main
xingwei.zhu 6 年前
当前提交
2370be08
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      Runtime/engine/UIWidgetsPanel.cs

2
Runtime/engine/UIWidgetsPanel.cs


protected override void updateSafeArea() {
this._padding = this._uiWidgetsPanel.viewPadding;
this._viewInsets = this._uiWidgetsPanel.viewInsets;
Debug.Log("update safe area>>> " + this._padding + " ; " + this._viewInsets);
}
protected override bool hasFocus() {

const int mouseButtonNum = 3;
void _handleViewMetricsChanged(string method, List<JSONNode> args) {
Debug.Log("handle view metrics changed");
this._windowAdapter.onViewMetricsChanged();
this._displayMetrics.Update();
}

正在加载...
取消
保存