photosgallery/slideshow/view/src/shwgesturecontrol.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 12 ce1c7ad1f18b
child 17 a60acebbbd9d
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
   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 		    {