textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp
branchRCL_3
changeset 22 1bbdde98cc2d
parent 19 5e18d8c489d6
child 39 ac7e4d1d9209
equal deleted inserted replaced
19:5e18d8c489d6 22:1bbdde98cc2d
  2143 #ifdef RD_TACTILE_FEEDBACK
  2143 #ifdef RD_TACTILE_FEEDBACK
  2144     if (UiLayout()->SupportTactileFeedback())
  2144     if (UiLayout()->SupportTactileFeedback())
  2145         {
  2145         {
  2146         if ( iLastCursorPos != iCursorSel.iCursorPos ) 
  2146         if ( iLastCursorPos != iCursorSel.iCursorPos ) 
  2147             {
  2147             {
  2148             UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput);
  2148             UiLayout()->DoTactileFeedback(ETouchFeedbackEdit);
  2149             iLastCursorPos = iCursorSel.iCursorPos;
  2149             iLastCursorPos = iCursorSel.iCursorPos;
  2150             }
  2150             }
  2151         }
  2151         }
  2152 #endif //RD_TACTILE_FEEDBACK
  2152 #endif //RD_TACTILE_FEEDBACK
  2153 
  2153