Esempio n. 1
0
 public override bool WantsForwardedScrollEventsForAxis(NSEventGestureAxis axis)
 {
     return(axis == NSEventGestureAxis.Horizontal && IsSwipeEnabled);
 }
Esempio n. 2
0
		public override bool WantsForwardedScrollEventsForAxis (NSEventGestureAxis axis)
		{
			return axis == NSEventGestureAxis.Horizontal && IsSwipeEnabled;
		}