Property | Type | Description | |
---|---|---|---|
Control | Control |
Method | Description | |
---|---|---|
BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
EndScreenDeviceChange ( int clientWidth, int clientHeight ) : void | ||
Resize ( int width, int height ) : void |
Method | Description | |
---|---|---|
Destroy ( ) : void | ||
Initialize ( Xenko.Games.GameContext gameContext ) : void | ||
SetSupportedOrientations ( DisplayOrientation orientations ) : void | ||
SetTitle ( string title ) : void |
Method | Description | |
---|---|---|
GameWindowForm_MouseEnter ( object sender, |
||
GameWindowForm_MouseLeave ( object sender, |
||
GameWindowWinforms ( ) : System | ||
Run ( ) : void | ||
UpdateFormBorder ( ) : void |
public BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
willBeFullScreen | bool | |
return | void |
public EndScreenDeviceChange ( int clientWidth, int clientHeight ) : void | ||
clientWidth | int | |
clientHeight | int | |
return | void |
protected Initialize ( Xenko.Games.GameContext gameContext ) : void | ||
gameContext | Xenko.Games.GameContext | |
return | void |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
protected SetSupportedOrientations ( DisplayOrientation orientations ) : void | ||
orientations | DisplayOrientation | |
return | void |