calendarui/regionalplugins/lunarchinese/src/CalenLunarChinesePlugin.cpp
branchRCL_3
changeset 20 9c5b1510919f
parent 10 38571fd2a704
child 29 12af337248b1
equal deleted inserted replaced
18:d68a4b5d5885 20:9c5b1510919f
   697 void CCalenPluginLabel::HandlePointerEventL(const TPointerEvent& 
   697 void CCalenPluginLabel::HandlePointerEventL(const TPointerEvent& 
   698                                                                 aPointerEvent)
   698                                                                 aPointerEvent)
   699     {
   699     {
   700     TRACE_ENTRY_POINT;
   700     TRACE_ENTRY_POINT;
   701 
   701 
   702     if ( aPointerEvent.iType == TPointerEvent::EButton1Up )
   702     if( AknLayoutUtils::PenEnabled() &&
       
   703         aPointerEvent.iType == TPointerEvent::EButton1Down )
   703         {
   704         {
   704         iPlugin.ShowDetailsL();
   705         iPlugin.ShowDetailsL();
   705         }
   706         }
   706 
   707 
   707     TRACE_EXIT_POINT;
   708     TRACE_EXIT_POINT;