Class WindowContext
Holds the Window and OpenGL Context.
Inheritance
System.Object
WindowContext
Assembly: AxEngine.dll
Syntax
public class WindowContext
Fields
|
Improve this Doc
View Source
Enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
Current
Declaration
public static WindowContext Current { get; }
Property Value
|
Improve this Doc
View Source
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Window
Declaration
public RenderWindow Window { get; }
Property Value
Methods
|
Improve this Doc
View Source
Init(ApplicationConfig)
Declaration
public static void Init(ApplicationConfig config)
Parameters
Events
|
Improve this Doc
View Source
RenderFrame
Declaration
public event Action<FrameEventArgs> RenderFrame
Event Type
Type |
Description |
System.Action<OpenToolkit.Windowing.Common.FrameEventArgs> |
|
|
Improve this Doc
View Source
UpdateFrame
Declaration
public event Action<FrameEventArgs> UpdateFrame
Event Type
Type |
Description |
System.Action<OpenToolkit.Windowing.Common.FrameEventArgs> |
|