WaveFrogger.AndroidActivity.OnPause C# (CSharp) Method

OnPause() protected method

protected OnPause ( ) : void
return void
        protected override void OnPause()
        {
            if (game != null)
            {
            game.OnDeactivated();
            }

            base.OnPause();
        }