diff options
| author | chai <chaifix@163.com> | 2021-10-18 02:12:30 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2021-10-18 02:12:30 +0800 |
| commit | 22e576b5aa065f3cb2ca67a951af5e68063419a2 (patch) | |
| tree | d72c6c77e33990cc70952c58e9ca50637ba6c242 /Editor/GUI/GUIWindow.cpp | |
| parent | 7c8c68d79343d04be382334c15a73d079450857c (diff) | |
*scripting
Diffstat (limited to 'Editor/GUI/GUIWindow.cpp')
| -rw-r--r-- | Editor/GUI/GUIWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/GUI/GUIWindow.cpp b/Editor/GUI/GUIWindow.cpp index e58b620..3df0370 100644 --- a/Editor/GUI/GUIWindow.cpp +++ b/Editor/GUI/GUIWindow.cpp @@ -56,7 +56,7 @@ LRESULT CALLBACK GUIWindow::GUIViewWndProc(HWND hWnd, UINT message, WPARAM wPara case WM_MOUSEWHEEL: // 在这个子窗口滚动 { - log_info("WM_MOUSEWHEEL"); + log_info("WndProc","WM_MOUSEWHEEL"); // quick check if mouse is in our window RECT rc; |
