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

Method OnMouseMove

DuiLib/Utils/WinImplBase.cpp:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367LRESULT WindowImplBase::OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
368{
369 bHandled = FALSE;
370 return 0;
371}
372
373LRESULT WindowImplBase::HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam)
374{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected