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
Inheritance
System.Object
ImGui_Impl_SDL
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ImGuiScene
Assembly: ImGuiScene.dll
Syntax
public class ImGui_Impl_SDL : IImGuiInputHandler, IDisposable
Constructors
| Improve this Doc View SourceImGui_Impl_SDL(IntPtr)
Declaration
public ImGui_Impl_SDL(IntPtr sdlWindow)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | sdlWindow |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()
NewFrame(Int32, Int32)
Declaration
public void NewFrame(int width, int height)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | width | |
| System.Int32 | height |
SetIniPath(String)
Declaration
public void SetIniPath(string iniPath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | iniPath |
Implements
System.IDisposable