equal
deleted
inserted
replaced
2428 TPtrC ptr = (TUint16*)(&unicode ) ; |
2428 TPtrC ptr = (TUint16*)(&unicode ) ; |
2429 ReportEvent(Event(),ptr); |
2429 ReportEvent(Event(),ptr); |
2430 #ifdef RD_TACTILE_FEEDBACK |
2430 #ifdef RD_TACTILE_FEEDBACK |
2431 if (UiLayout()->SupportTactileFeedback()) |
2431 if (UiLayout()->SupportTactileFeedback()) |
2432 { |
2432 { |
2433 UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput); |
2433 UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad); |
2434 } |
2434 } |
2435 #endif //RD_TACTILE_FEEDBACK |
2435 #endif //RD_TACTILE_FEEDBACK |
2436 } |
2436 } |
2437 else |
2437 else |
2438 { |
2438 { |
3363 |
3363 |
3364 ReportEvent(EEventButtonUp); |
3364 ReportEvent(EEventButtonUp); |
3365 |
3365 |
3366 #ifdef RD_TACTILE_FEEDBACK |
3366 #ifdef RD_TACTILE_FEEDBACK |
3367 { |
3367 { |
3368 UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput, ETrue, EFalse); |
3368 UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad, ETrue, EFalse); |
3369 } |
3369 } |
3370 #endif // RD_TACTILE_FEEDBACK |
3370 #endif // RD_TACTILE_FEEDBACK |
3371 |
3371 |
3372 return this; |
3372 return this; |
3373 } |
3373 } |