MCPcopy Create free account
hub / github.com/SOUI2/soui / OnChar

Method OnChar

SOUI/src/control/SComboBase.cpp:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 void SComboBase::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags)
259 {
260 if (!m_bDropdown)
261 {
262 SComboEdit *pEdit = static_cast<SComboEdit *>(FindChildByID(IDC_CB_EDIT));
263 if (pEdit)
264 pEdit->SSendMessage(WM_CHAR, nChar, MAKELONG(nFlags, nRepCnt));
265 return;
266 }
267 }
268
269 UINT SComboBase::OnGetDlgCode()
270 {

Callers

nothing calls this directly

Calls 1

SSendMessageMethod · 0.80

Tested by

no test coverage detected