Lines Matching refs:pMouseEvt
1681 const MouseEvent* pMouseEvt = NULL; in PreNotify() local
1683 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()
1685 if( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeaveWindow() ) in PreNotify()
2908 const MouseEvent* pMouseEvt = NULL; in PreNotify() local
2910 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()
2912 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()
2921 pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()
3905 const MouseEvent* pMouseEvt = NULL; in PreNotify() local
3907 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()
3909 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()
3918 pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()