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

Method OnKeyDown

DuiLib/Utils/WinImplBase.cpp:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337LRESULT WindowImplBase::OnKeyDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
338{
339 bHandled = FALSE;
340 return 0;
341}
342
343LRESULT WindowImplBase::OnKillFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
344{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected