Пример #1
0
 /// <summary>
 /// Event handler for a swipe left gesture
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 static void swipeDetector_SwipeLeft(object sender, SwipeDetectorEventArgs e)
 {
     if (HorSwipeStarted)
     {
         Trace.WriteLine("Swipe left!");
         SwipeLeft = true;
         //HorSwipeStarted = false;
     }
 }
Пример #2
0
 /// <summary>
 /// Event handler for a swipe left gesture
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 static void swipeDetector_SwipeLeft(object sender, SwipeDetectorEventArgs e)
 {
     if (HorSwipeStarted)
     {
         Trace.WriteLine("Swipe left!");
         SwipeLeft = true;
         //HorSwipeStarted = false;
     }
 }