Searched refs:pPointBtn (Results 1 – 1 of 1) sorted by relevance
1115 CFWL_SysBtn* pPointBtn = m_pOwner->GetSysBtnAtPoint(pMsg->m_fx, pMsg->m_fy); in OnLButtonUp() local1118 if (!pPressedBtn || pPointBtn != pPressedBtn) { in OnLButtonUp()1345 CFWL_SysBtn* pPointBtn = m_pOwner->GetSysBtnAtPoint(pMsg->m_fx, pMsg->m_fy); in OnMouseMove() local1349 if (pOldHover && pPointBtn != pOldHover) { in OnMouseMove()1352 if (pPointBtn && pPointBtn != pOldHover) { in OnMouseMove()1353 pPointBtn->SetHover(); in OnMouseMove()1379 if (pOldHover && pPointBtn != pOldHover) { in OnMouseMove()1383 if (pPointBtn && pPointBtn != pOldHover) { in OnMouseMove()1384 pPointBtn->SetHover(); in OnMouseMove()1386 rtInvalidate = pPointBtn->m_rtBtn; in OnMouseMove()[all …]