C# Class Microsoft.Xna.Framework.MacGamePlatform.MainWindowDelegate

Inheritance: NSWindowDelegate
Mostra file Open project: procfxgen/MGShaderEditor

Public Methods

Method Description
DidBecomeKey ( NSNotification notification ) : void
DidBecomeMain ( NSNotification notification ) : void
DidResignKey ( NSNotification notification ) : void
DidResignMain ( NSNotification notification ) : void
MainWindowDelegate ( MacGamePlatform owner ) : System
ShouldZoom ( NSWindow window, RectangleF newFrame ) : bool
WillClose ( NSNotification notification ) : void

Method Details

DidBecomeKey() public method

public DidBecomeKey ( NSNotification notification ) : void
notification NSNotification
return void

DidBecomeMain() public method

public DidBecomeMain ( NSNotification notification ) : void
notification NSNotification
return void

DidResignKey() public method

public DidResignKey ( NSNotification notification ) : void
notification NSNotification
return void

DidResignMain() public method

public DidResignMain ( NSNotification notification ) : void
notification NSNotification
return void

MainWindowDelegate() public method

public MainWindowDelegate ( MacGamePlatform owner ) : System
owner MacGamePlatform
return System

ShouldZoom() public method

public ShouldZoom ( NSWindow window, RectangleF newFrame ) : bool
window MonoMac.AppKit.NSWindow
newFrame System.Drawing.RectangleF
return bool

WillClose() public method

public WillClose ( NSNotification notification ) : void
notification NSNotification
return void