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

Method OnLButtonDown

DuiLib/Utils/WinImplBase.cpp:355–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355LRESULT WindowImplBase::OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
356{
357 bHandled = FALSE;
358 return 0;
359}
360
361LRESULT WindowImplBase::OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
362{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected