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

Method OnLButtonUp

DuiLib/Utils/WinImplBase.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361LRESULT WindowImplBase::OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
362{
363 bHandled = FALSE;
364 return 0;
365}
366
367LRESULT WindowImplBase::OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
368{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected