Searched refs:IsWndCaptureMouse (Results 1 – 2 of 2) sorted by relevance
129 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse() function in CPWL_MsgControl430 if (IsWndCaptureMouse(this)) { \ in PWL_IMPLEMENT_KEY_METHOD()432 if (pChild && IsWndCaptureMouse(pChild)) { \ in PWL_IMPLEMENT_KEY_METHOD()742 return IsWndCaptureMouse(this); in IsCaptureMouse()745 bool CPWL_Wnd::IsWndCaptureMouse(const CPWL_Wnd* pWnd) const { in IsWndCaptureMouse() function in CPWL_Wnd747 return pCtrl->IsWndCaptureMouse(pWnd); in IsWndCaptureMouse()
370 bool IsWndCaptureMouse(const CPWL_Wnd* pWnd) const;