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

Method OnMouseLeave

SOUI/src/control/SMCListView.cpp:864–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864void SMCListView::OnMouseLeave()
865{
866 __super::OnMouseLeave();
867 if(m_pHoverItem)
868 {
869 m_pHoverItem->DoFrameEvent(WM_MOUSELEAVE,0,0);
870 m_pHoverItem = NULL;
871 }
872
873}
874
875void SMCListView::OnKeyDown( TCHAR nChar, UINT nRepCnt, UINT nFlags )
876{

Callers

nothing calls this directly

Calls 2

OnMouseLeaveFunction · 0.85
DoFrameEventMethod · 0.45

Tested by

no test coverage detected