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
Type | Name |
---|---|
System.Int32 | width |
System.Int32 | height |
SetIniPath(string)
View Source
Declaration
void SetIniPath(string path)
Parameters
Type | Name |
---|---|
System.String | path |