コード例 #1
0
        public override bool DispatchTouchEvent(MotionEvent e)
        {
            NativePanel?.TrackMotionDirections(e);

            return(base.DispatchTouchEvent(e));
        }