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