textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp
branchRCL_3
changeset 15 6c2c2d3ab788
parent 12 5e18d8c489d6
child 19 ac7e4d1d9209
equal deleted inserted replaced
12:5e18d8c489d6 15:6c2c2d3ab788
  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