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

Method OnMouseHover

DuiLib/Utils/WinImplBase.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207LRESULT WindowImplBase::OnMouseHover(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
208{
209 bHandled = FALSE;
210 return 0;
211}
212#endif
213
214LRESULT WindowImplBase::OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected