mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Call DefWindowProc after processing WM_INPUT
This commit is contained in:
parent
c864de2859
commit
b7c6ec0e54
@ -4614,6 +4614,8 @@ LRESULT MeterWindow::OnMouseInput(UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
}
|
||||
}
|
||||
|
||||
// DefWindowProc must be called after processing WM_INPUT.
|
||||
DefWindowProc(m_Window, uMsg, wParam, lParam);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user