emailuis/emailui/src/OverlayControl.cpp
branchRCL_3
changeset 73 c8382f7b54ef
parent 64 3533d4323edc
child 80 726fba06891a
equal deleted inserted replaced
70:968773a0b6ef 73:c8382f7b54ef
    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, ETouchFeedbackBasicButton );
    76         iTouchFeedBack->InstantFeedback( this, ETouchFeedbackBasic );
    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         {