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

Method OnSetFocus

DuiLib/Utils/WinImplBase.cpp:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349LRESULT WindowImplBase::OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
350{
351 bHandled = FALSE;
352 return 0;
353}
354
355LRESULT WindowImplBase::OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
356{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected