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

Method OnKeyEvent

SOUI/src/control/SMCListView.cpp:849–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847}
848
849LRESULT SMCListView::OnKeyEvent(UINT uMsg,WPARAM wParam,LPARAM lParam)
850{
851 LRESULT lRet=0;
852 SItemPanel *pItem = GetItemPanel(m_iSelItem);
853 if(pItem)
854 {
855 lRet=pItem->DoFrameEvent(uMsg,wParam,lParam);
856 SetMsgHandled(pItem->IsMsgHandled());
857 }else
858 {
859 SetMsgHandled(FALSE);
860 }
861 return lRet;
862}
863
864void SMCListView::OnMouseLeave()
865{

Callers

nothing calls this directly

Calls 2

SetMsgHandledFunction · 0.50
DoFrameEventMethod · 0.45

Tested by

no test coverage detected