GLFW2Window ClassDelta Engine Documentation
GLFW2 window implementation for the Delta Engine to run applications in.
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms GLFW2Window

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

public class GLFW2Window : Window, 
	IDisposable

The GLFW2Window type exposes the following members.

Constructors

  NameDescription
Public methodGLFW2Window
Initializes a new instance of the GLFW2Window 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 GLFW2Window
Public methodStatic memberGetForegroundWindow
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