textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp
equal
deleted
inserted
replaced
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 |