OnGotTouchCapture() protected method

protected OnGotTouchCapture ( TouchEventArgs e ) : void
e TouchEventArgs
return void
Example #1
0
 private static void GotTouchCaptureClass(Actor sender, TouchEventArgs e)
 {
     if (sender != null)
     {
         sender.OnGotTouchCapture(e);
     }
 }
Example #2
0
 private static void GotTouchCaptureClass(Actor sender, TouchEventArgs e)
 {
     if (sender != null)
         sender.OnGotTouchCapture(e);
 }