ImguiWindow#
ImguiWindow#
Constructor#
|
An imgui window drawn within a Figure. |
Properties#
height of the window |
|
location of the window |
|
edge or toolbar thickness in pixels, |
|
width of the window |
|
imgui window flags |
|
canvas x position of the window |
|
canvas y position of the window |
Methods#
helps simplify using imgui by managing window creation & position, and pushing/popping the ID |
|
Implement your GUI here and it will be drawn within the window. |