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

Inheritance: NSWindowDelegate
Afficher le fichier Open project: procfxgen/MGShaderEditor

Méthodes publiques

Méthode 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 méthode

public DidBecomeKey ( NSNotification notification ) : void
notification NSNotification
Résultat void

DidBecomeMain() public méthode

public DidBecomeMain ( NSNotification notification ) : void
notification NSNotification
Résultat void

DidResignKey() public méthode

public DidResignKey ( NSNotification notification ) : void
notification NSNotification
Résultat void

DidResignMain() public méthode

public DidResignMain ( NSNotification notification ) : void
notification NSNotification
Résultat void

MainWindowDelegate() public méthode

public MainWindowDelegate ( MacGamePlatform owner ) : System
owner MacGamePlatform
Résultat System

ShouldZoom() public méthode

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

WillClose() public méthode

public WillClose ( NSNotification notification ) : void
notification NSNotification
Résultat void