MCPcopy Create free account
hub / github.com/cinience/RedisStudio / OnMouseWheel

Method OnMouseWheel

DuiLib/Utils/WinImplBase.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201LRESULT WindowImplBase::OnMouseWheel(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
202{
203 bHandled = FALSE;
204 return 0;
205}
206
207LRESULT WindowImplBase::OnMouseHover(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
208{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected