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

MonoGameAndroidGameView() public method

public MonoGameAndroidGameView ( Android.Content.Context context, AndroidGameWindow androidGameWindow, Microsoft.Xna.Framework.Game game ) : System
context Android.Content.Context
androidGameWindow AndroidGameWindow
game Microsoft.Xna.Framework.Game
return System
        public MonoGameAndroidGameView(Context context, AndroidGameWindow androidGameWindow, Game game)
            : base(context)
        {
            _gameWindow = androidGameWindow;
			_game = game;
            _touchManager = new AndroidTouchEventManager(androidGameWindow);
        }