Property | Type | Description | |
---|---|---|---|
game | Microsoft.Xna.Framework.Game |
Property | Type | Description | |
---|---|---|---|
ChangeClientBounds | void | ||
HandleInput | void | ||
Initialize | void | ||
Keyboard_KeyDown | void | ||
Keyboard_KeyUp | void | ||
OnKeyPress | void | ||
OnResize | void | ||
OpenTkGameWindow_Closing | void | ||
ProcessEvents | void | ||
ToggleFullScreen | void | ||
UpdateBorder | void | ||
UpdateWindowState | void |
Method | Description | |
---|---|---|
BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
Dispose ( ) : void | ||
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void | ||
OpenTKGameWindow ( Microsoft.Xna.Framework.Game game ) : MonoGame.Utilities | ||
SetMouseVisible ( bool visible ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
SetSupportedOrientations ( DisplayOrientation orientations ) : void | ||
SetTitle ( string title ) : void |
Method | Description | |
---|---|---|
ChangeClientBounds ( Rectangle clientBounds ) : void | ||
HandleInput ( ) : void | ||
Initialize ( Microsoft.Xna.Framework.Game game ) : void | ||
Keyboard_KeyDown ( object sender, OpenTK e ) : void | ||
Keyboard_KeyUp ( object sender, OpenTK e ) : void | ||
OnKeyPress ( object sender, |
||
OnResize ( object sender, |
||
OpenTkGameWindow_Closing ( object sender, CancelEventArgs e ) : void | ||
ProcessEvents ( ) : void | ||
ToggleFullScreen ( ) : void | ||
UpdateBorder ( ) : void | ||
UpdateWindowState ( ) : void |
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 OpenTKGameWindow ( Microsoft.Xna.Framework.Game game ) : MonoGame.Utilities | ||
game | Microsoft.Xna.Framework.Game | |
return | MonoGame.Utilities |
public SetMouseVisible ( bool visible ) : void | ||
visible | bool | |
return | void |
protected SetSupportedOrientations ( DisplayOrientation orientations ) : void | ||
orientations | DisplayOrientation | |
return | void |