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