textinput/peninputcommonctrls/src/peninputbuttons/peninputbutton.cpp
branchRCL_3
changeset 18 b1ea1642412e
parent 15 6c2c2d3ab788
equal deleted inserted replaced
16:857bebeecec0 18:b1ea1642412e
  4223         {
  4223         {
  4224         return NULL;
  4224         return NULL;
  4225         }
  4225         }
  4226     
  4226     
  4227     iLongPressTimer->SetTimer(iLongPressInterval);
  4227     iLongPressTimer->SetTimer(iLongPressInterval);
       
  4228     iIsLongPress = EFalse;
  4228 
  4229 
  4229     return CAknFepCtrlCommonButton::HandlePointerDownEventL(aPt);
  4230     return CAknFepCtrlCommonButton::HandlePointerDownEventL(aPt);
  4230     }
  4231     }
  4231                                                           
  4232                                                           
  4232 // ---------------------------------------------------------
  4233 // ---------------------------------------------------------
  4275 // ---------------------------------------------------------------------------
  4276 // ---------------------------------------------------------------------------
  4276 //    
  4277 //    
  4277 EXPORT_C void CAknFepCtrlLongPressButton::CancelPointerDownL()
  4278 EXPORT_C void CAknFepCtrlLongPressButton::CancelPointerDownL()
  4278     {
  4279     {
  4279     // No implementation needed
  4280     // No implementation needed
       
  4281 	CAknFepCtrlCommonButton::CancelPointerDownL();
  4280     }
  4282     }
  4281 
  4283 
  4282 // ---------------------------------------------------------
  4284 // ---------------------------------------------------------
  4283 // Cancel timer
  4285 // Cancel timer
  4284 // ---------------------------------------------------------
  4286 // ---------------------------------------------------------