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

Method OnMouseLeave

SOUI/src/control/SComboBase.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void SComboEdit::OnMouseLeave()
24 {
25 __super::OnMouseLeave();
26 GetOwner()->SSendMessage(WM_MOUSELEAVE);
27 }
28
29 void SComboEdit::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
30 {

Callers

nothing calls this directly

Calls 4

OnMouseLeaveFunction · 0.85
GetOwnerFunction · 0.85
InvalidateRectFunction · 0.85
SSendMessageMethod · 0.80

Tested by

no test coverage detected