summaryrefslogtreecommitdiff
path: root/Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Editor')
-rw-r--r--Editor/GUI/GUIWindow.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Editor/GUI/GUIWindow.cpp b/Editor/GUI/GUIWindow.cpp
index c79cb52..5aa598d 100644
--- a/Editor/GUI/GUIWindow.cpp
+++ b/Editor/GUI/GUIWindow.cpp
@@ -77,8 +77,7 @@ LRESULT CALLBACK GUIWindow::GUIViewWndProc(HWND hWnd, UINT message, WPARAM wPara
return 0;
}
- //Assert(self->m_Handle != hWnd);
- //self->ProcessEventMessages(message, wParam, lParam);
+ self->ProcessEventMessages(message, wParam, lParam);
return 0;
}
@@ -141,7 +140,6 @@ LRESULT CALLBACK GUIWindow::GUIViewWndProc(HWND hWnd, UINT message, WPARAM wPara
break;
}
- // 处理键盘输入,比如输入内容
self->ProcessEventMessages(message, wParam, lParam);
}