Microsoft.Xna.Framework.MonoGameAndroidGameView.IOnTouchListener C# (CSharp) Method

IOnTouchListener() private method

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