Skip to main content

Interface IImGuiInputHandler

Assembly: ImGuiScene.dll
View Source
Declaration
public interface IImGuiInputHandler : IDisposable

Methods

NewFrame(int, int)

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

SetIniPath(string)

View Source
Declaration
void SetIniPath(string path)
Parameters
TypeName
System.Stringpath