equal
deleted
inserted
replaced
238 { |
238 { |
239 TextTypeHandled(); |
239 TextTypeHandled(); |
240 } |
240 } |
241 } |
241 } |
242 break; |
242 break; |
|
243 default: |
|
244 // Do nothing |
|
245 break; |
243 } |
246 } |
244 } |
247 } |
245 else if ( aEvent.Type() == EEventPointer ) |
248 else if ( aEvent.Type() == EEventPointer ) |
246 { |
249 { |
247 if ( iEventType == EPointerEvent ) |
250 if ( iEventType == EPointerEvent ) |
248 { |
251 { |
249 PointerEventHandled(); |
252 PointerEventHandled(); |
250 } |
253 } |
251 } |
254 } |
252 } |
255 } |
253 |
256 |
254 /* |
257 /* |
255 ------------------------------------------------------------------------------- |
258 ------------------------------------------------------------------------------- |
502 void CUITestServerStarterAppUi::NotifyAboutHandledPointerEvent( TRequestStatus* aStatus ) |
505 void CUITestServerStarterAppUi::NotifyAboutHandledPointerEvent( TRequestStatus* aStatus ) |
503 { |
506 { |
504 iEventStatus = aStatus; |
507 iEventStatus = aStatus; |
505 } |
508 } |
506 |
509 |
507 |
|
508 // End of File |
510 // End of File |