emailuis/emailui/src/OverlayControl.cpp
branchRCL_3
changeset 36 e8f259fad141
parent 32 a3a1ae9acec6
equal deleted inserted replaced
35:e64954c2c8e2 36:e8f259fad141
    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         {