Searched refs:m_pFocus (Results 1 – 2 of 2) sorted by relevance
102 m_pFocus(nullptr), in CFWL_NoteDriver()220 if (m_pFocus == pFocus) { in SetFocus()223 IFWL_Widget* pPrev = m_pFocus; in SetFocus()224 m_pFocus = pFocus; in SetFocus()318 return m_pFocus; in GetFocus()330 if (m_pFocus == pNoteTarget) { in NotifyTargetHide()331 m_pFocus = NULL; in NotifyTargetHide()341 if (m_pFocus == pNoteTarget) { in NotifyTargetDestroy()342 m_pFocus = NULL; in NotifyTargetDestroy()558 m_pFocus = pMsg->m_pDstTarget; in DoSetFocus()[all …]
104 IFWL_Widget* m_pFocus; variable