Microsoft.Xna.Framework.MonoGameAndroidGameView.IOnTouchListener C# (CSharp) Méthode

IOnTouchListener() private méthode

private IOnTouchListener ( Android.Views.View v, Android.Views.MotionEvent e ) : bool
v Android.Views.View
e Android.Views.MotionEvent
Résultat bool
        bool IOnTouchListener.OnTouch(View v, MotionEvent e)
        {
            _touchManager.OnTouchEvent(e);
            return true;
        }