C# 클래스 Microsoft.Xna.Framework.MacGamePlatform.MainWindowDelegate

상속: NSWindowDelegate
파일 보기 프로젝트 열기: procfxgen/MGShaderEditor

공개 메소드들

메소드 설명
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

메소드 상세

DidBecomeKey() 공개 메소드

public DidBecomeKey ( NSNotification notification ) : void
notification NSNotification
리턴 void

DidBecomeMain() 공개 메소드

public DidBecomeMain ( NSNotification notification ) : void
notification NSNotification
리턴 void

DidResignKey() 공개 메소드

public DidResignKey ( NSNotification notification ) : void
notification NSNotification
리턴 void

DidResignMain() 공개 메소드

public DidResignMain ( NSNotification notification ) : void
notification NSNotification
리턴 void

MainWindowDelegate() 공개 메소드

public MainWindowDelegate ( MacGamePlatform owner ) : System
owner MacGamePlatform
리턴 System

ShouldZoom() 공개 메소드

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

WillClose() 공개 메소드

public WillClose ( NSNotification notification ) : void
notification NSNotification
리턴 void