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

Method OnChar

DuiLib/Utils/WinImplBase.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232LRESULT WindowImplBase::OnChar(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
233{
234 bHandled = FALSE;
235 return 0;
236}
237
238LRESULT WindowImplBase::OnSysCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
239{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected