photosgallery/slideshow/view/src/shwgestureobserver.h
branchRCL_3
changeset 9 6b87b143d312
parent 0 4e91876724a2
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
    29 	
    29 	
    30 public:
    30 public:
    31 	
    31 	
    32 	enum TShwGestureEventType
    32 	enum TShwGestureEventType
    33 		{
    33 		{
    34 		ETapEvent = 1,
    34         ENoEvent = 0, 	// This should not be Propogated to observers. 
       
    35 						// Reserved for those events we will not handle now. 
       
    36         ETapEvent,
    35 		ESwipeLeft,
    37 		ESwipeLeft,
    36 		ESwipeRight,
    38 		ESwipeRight,
    37 		EHoldEvent
    39 		EHoldEvent
    38 		};
    40 		};
    39 public:	
    41 public: