EdgeWindow#
EdgeWindow#
Constructor#
|
A base class for imgui windows displayed at one of the four edges of a Figure |
Properties#
height of the window |
|
location of the window |
|
width or height of the edge window |
|
with the window |
|
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 |
|
Compute the rect that defines the area this GUI is drawn to |
|
Implement your GUI here and it will be drawn within the window. |