C# Class Microsoft.Xna.Framework.GameWindow

ファイルを表示 Open project: procfxgen/MGShaderEditor Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BeginScreenDeviceChange ( bool willBeFullScreen ) : void
Create ( Microsoft.Xna.Framework.Game game, int width, int height ) : GameWindow
EndScreenDeviceChange ( string screenDeviceName ) : void
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void

Protected Methods

Method Description
GameWindow ( ) : Microsoft.Xna.Framework.Input
OnActivated ( ) : void
OnClientSizeChanged ( ) : void
OnDeactivated ( ) : void
OnOrientationChanged ( ) : void
OnPaint ( ) : void
OnScreenDeviceNameChanged ( ) : void
OnTextInput ( object sender, Microsoft.Xna.Framework.TextInputEventArgs e ) : void
SetSupportedOrientations ( DisplayOrientation orientations ) : void
SetTitle ( string title ) : void

Method Details

BeginScreenDeviceChange() public abstract method

public abstract BeginScreenDeviceChange ( bool willBeFullScreen ) : void
willBeFullScreen bool
return void

Create() public static method

public static Create ( Microsoft.Xna.Framework.Game game, int width, int height ) : GameWindow
game Microsoft.Xna.Framework.Game
width int
height int
return GameWindow

EndScreenDeviceChange() public method

public EndScreenDeviceChange ( string screenDeviceName ) : void
screenDeviceName string
return void

EndScreenDeviceChange() public abstract method

public abstract EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void
screenDeviceName string
clientWidth int
clientHeight int
return void

GameWindow() protected method

protected GameWindow ( ) : Microsoft.Xna.Framework.Input
return Microsoft.Xna.Framework.Input

OnActivated() protected method

protected OnActivated ( ) : void
return void

OnClientSizeChanged() protected method

protected OnClientSizeChanged ( ) : void
return void

OnDeactivated() protected method

protected OnDeactivated ( ) : void
return void

OnOrientationChanged() protected method

protected OnOrientationChanged ( ) : void
return void

OnPaint() protected method

protected OnPaint ( ) : void
return void

OnScreenDeviceNameChanged() protected method

protected OnScreenDeviceNameChanged ( ) : void
return void

OnTextInput() protected method

protected OnTextInput ( object sender, Microsoft.Xna.Framework.TextInputEventArgs e ) : void
sender object
e Microsoft.Xna.Framework.TextInputEventArgs
return void

SetSupportedOrientations() protected abstract method

protected abstract SetSupportedOrientations ( DisplayOrientation orientations ) : void
orientations DisplayOrientation
return void

SetTitle() protected abstract method

protected abstract SetTitle ( string title ) : void
title string
return void