Method | Description | |
---|---|---|
BeforeDraw ( |
||
BeforeInitialize ( ) : void | ||
BeforeUpdate ( |
||
BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void | ||
EnterFullScreen ( ) : void | ||
Exit ( ) : void | ||
ExitFullScreen ( ) : void | ||
Log ( string Message ) : void | ||
OpenTKGamePlatform ( Microsoft.Xna.Framework.Game game ) : System | ||
Present ( ) : void | ||
RunLoop ( ) : void | ||
StartRunLoop ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnIsMouseVisibleChanged ( ) : void |
Method | Description | |
---|---|---|
ResetWindowBounds ( ) : void |
public BeforeDraw ( |
||
gameTime | ||
return | bool |
public BeforeUpdate ( |
||
gameTime | ||
return | bool |
public BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
willBeFullScreen | bool | |
return | void |
public EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void | ||
screenDeviceName | string | |
clientWidth | int | |
clientHeight | int | |
return | void |
public OpenTKGamePlatform ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
return | System |