Skip to main content

Class ImGui_Impl_SDL

Currently undocumented because it is a horrible mess. A near-direct port of https://github.com/ocornut/imgui/blob/master/examples/imgui_impl_sdl.cpp

Assembly: ImGuiScene.dll
View Source
Declaration
public class ImGui_Impl_SDL : IImGuiInputHandler, IDisposable

Implements:
ImGuiScene.IImGuiInputHandler, System.IDisposable

Methods

NewFrame(int, int)

View Source
Declaration
public void NewFrame(int width, int height)
Parameters
TypeName
System.Int32width
System.Int32height

SetIniPath(string)

View Source
Declaration
public void SetIniPath(string iniPath)
Parameters
TypeName
System.StringiniPath

Dispose(bool)

View Source
Declaration
protected virtual void Dispose(bool disposing)
Parameters
TypeName
System.Booleandisposing

~ImGui_Impl_SDL()

View Source
Declaration
protected ~ImGui_Impl_SDL()

Dispose()

View Source
Declaration
public void Dispose()

Implements