Class SimpleSDLWindow
A very basic SDL wrapper to handle creating a window and processing SDL events.
Assembly: ImGuiScene.dll
View Source
Declaration
public class SimpleSDLWindow : IDisposable
Derived:
ImGuiScene.SDLWindowGL
Implements:
System.IDisposable
Properties
Window
The SDL_Window pointer for this window.
View Source
Declaration
public IntPtr Window { get; }
WantsClose
Whether an event has closed this window.
View Source
Declaration
public bool WantsClose { get; set; }
OnSDLEvent
Delegate for providing user event handler methods that want to respond to SDL_Events.
View Source
Declaration
public SimpleSDLWindow.ProcessEventDelegate OnSDLEvent { get; set; }
Fields
Gl
View Source
Declaration
protected static readonly GL Gl