emailuis/emailui/src/OverlayControl.cpp
branchRCL_3
changeset 16 b5fbb9b25d57
parent 11 0396474f30f5
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
    71 void COverlayControl::HandlePointerEventL( const TPointerEvent& aPointerEvent )
    71 void COverlayControl::HandlePointerEventL( const TPointerEvent& aPointerEvent )
    72     {
    72     {
    73     if ( aPointerEvent.iType == TPointerEvent::EButton1Down )
    73     if ( aPointerEvent.iType == TPointerEvent::EButton1Down )
    74         {      
    74         {      
    75         // Give feedback to user (vibration)     
    75         // Give feedback to user (vibration)     
    76         iTouchFeedBack->InstantFeedback( this, ETouchFeedbackBasic );
    76         iTouchFeedBack->InstantFeedback( this, ETouchFeedbackBasicButton );
    77         SetPointerCapture( ETrue );        
    77         SetPointerCapture( ETrue );        
    78         }
    78         }
    79     CCoeControl::HandlePointerEventL( aPointerEvent );
    79     CCoeControl::HandlePointerEventL( aPointerEvent );
    80     if ( aPointerEvent.iType == TPointerEvent::EButton1Up )
    80     if ( aPointerEvent.iType == TPointerEvent::EButton1Up )
    81         {
    81         {