Microsoft.Xna.Framework.MacGamePlatform.MainWindowDelegate.DidBecomeKey C# (CSharp) Method

DidBecomeKey() public method

public DidBecomeKey ( NSNotification notification ) : void
notification NSNotification
return void
            public override void DidBecomeKey(NSNotification notification)
            {
                //if (!IsMouseVisible)
                //    _gameWindow.HideCursor();
                _owner.IsActive = true;
            }