Beispiel #1
0
 /// <summary>Translate the motion event captured on screen to the application's window.
 ///     </summary>
 /// <remarks>Translate the motion event captured on screen to the application's window.
 ///     </remarks>
 public virtual void translateEventInScreenToAppWindow(android.view.MotionEvent @event
                                                       )
 {
     @event.scale(this.applicationInvertedScale);
 }