GLFW2 window implementation for the Delta Engine to run applications in.
Inheritance Hierarchy
DeltaEngine.Platforms GLFW2Window
Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.WindowsGLFW2 (in DeltaEngine.WindowsGLFW2.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The GLFW2Window type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GLFW2Window | Initializes a new instance of the GLFW2Window 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 GLFW2Window | |
GetForegroundWindow | ||
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