equal
deleted
inserted
replaced
121 void CShwGestureControl::HandleGestureL( const GestureHelper::MGestureEvent& aEvent ) |
121 void CShwGestureControl::HandleGestureL( const GestureHelper::MGestureEvent& aEvent ) |
122 { |
122 { |
123 TRACER("CShwGestureControl::HandleGestureL"); |
123 TRACER("CShwGestureControl::HandleGestureL"); |
124 GLX_LOG_INFO1( "CShwGestureControl::HandleGestureL(%d)", aEvent.Code( MGestureEvent::EAxisBoth )); |
124 GLX_LOG_INFO1( "CShwGestureControl::HandleGestureL(%d)", aEvent.Code( MGestureEvent::EAxisBoth )); |
125 |
125 |
126 // No one is listening? Do not resolve the events for the listeners! |
126 // No one is listening, Do not resolve the events for the listeners |
127 if (iObservers.Count() > 0) |
127 if (iObservers.Count() > 0) |
128 { |
128 { |
129 MShwGestureObserver::TShwGestureEventType aType = MShwGestureObserver::ENoEvent; |
129 MShwGestureObserver::TShwGestureEventType aType = MShwGestureObserver::ENoEvent; |
130 switch ( aEvent.Code( MGestureEvent::EAxisBoth ) ) |
130 switch ( aEvent.Code( MGestureEvent::EAxisBoth ) ) |
131 { |
131 { |