Exemple #1
0
 protected virtual void Dispose( bool isDisposing )
 {
     if ( isDisposing )
     {
         gameView.Dispose ();
         gameView = null;
     }
 }
Exemple #2
0
 public Window( Android.Content.Context context )
 {
     gameView = new OpenTK.Platform.Android.AndroidGameView ( context );
 }