XnaWindow ClassDelta Engine Documentation
Window support via the build-in XNA Game.Window functionality; supports fullscreen mode.
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms XnaWindow

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.WindowsXna (in DeltaEngine.WindowsXna.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class XnaWindow : Window, IDisposable

The XnaWindow type exposes the following members.

Constructors

  NameDescription
Public methodXnaWindow
Initializes a new instance of the XnaWindow class
Top
Methods

  NameDescription
Public methodCloseAfterFrame
Public methodCopyTextToClipboard
Clipboard.SetText must be executed on a STA thread, which we are not, create extra thread!
Public methodDispose
Releases all resources used by the XnaWindow
Public methodStatic memberLoadCustomCursor
http://stackoverflow.com/questions/4305800/using-custom-colored-cursors-in-a-c-windows-application
Public methodOnOrientationChanged
Public methodPresent
Public methodSetCursorIcon
Public methodSetFullscreen
Public methodSetWindowed
Public methodShowMessageBox
Top
Properties

  NameDescription
Public propertyBackgroundColor
Public propertyHandle
Public propertyIsClosing
Public propertyIsFullscreen
Public propertyIsVisible
Public propertyIsWindowsFormAndNotJustAPanel
Public propertyOrientation
Public propertyPixelPosition
Public propertyShowCursor
Public propertyTitle
Public propertyTotalPixelSize
Public propertyViewportPixelPosition
Public propertyViewportPixelSize
Top
Events

  NameDescription
Public eventFullscreenChanged
Public eventOrientationChanged
Public eventViewportSizeChanged
Top
See Also