Window support via the build-in XNA Game.Window functionality; supports fullscreen mode.
Inheritance Hierarchy
DeltaEngine.Platforms XnaWindow
Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.WindowsXna (in DeltaEngine.WindowsXna.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The XnaWindow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XnaWindow | Initializes a new instance of the XnaWindow class |
Methods
Name | Description | |
---|---|---|
![]() | CloseAfterFrame | |
![]() | CopyTextToClipboard |
Clipboard.SetText must be executed on a STA thread, which we are not, create extra thread!
|
![]() | Dispose | Releases all resources used by the XnaWindow |
![]() ![]() | LoadCustomCursor |
http://stackoverflow.com/questions/4305800/using-custom-colored-cursors-in-a-c-windows-application
|
![]() | OnOrientationChanged | |
![]() | Present | |
![]() | SetCursorIcon | |
![]() | SetFullscreen | |
![]() | SetWindowed | |
![]() | ShowMessageBox |
Properties
Name | Description | |
---|---|---|
![]() | BackgroundColor | |
![]() | Handle | |
![]() | IsClosing | |
![]() | IsFullscreen | |
![]() | IsVisible | |
![]() | IsWindowsFormAndNotJustAPanel | |
![]() | Orientation | |
![]() | PixelPosition | |
![]() | ShowCursor | |
![]() | Title | |
![]() | TotalPixelSize | |
![]() | ViewportPixelPosition | |
![]() | ViewportPixelSize |
Events
Name | Description | |
---|---|---|
![]() | FullscreenChanged | |
![]() | OrientationChanged | |
![]() | ViewportSizeChanged |
See Also