summaryrefslogtreecommitdiff
path: root/Editor
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-10 09:59:29 +0800
committerchai <chaifix@163.com>2021-11-10 09:59:29 +0800
commitfd646350b566dbe274b65b775029bd45b05e22bd (patch)
treea641b0ff7d60aad462a418ef210438f305eca381 /Editor
parentd8417b03b9c2a820d3d3be0dfa80841b4d1f4c04 (diff)
*misc
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);
}