ImguiPopup#
ImguiPopup#
Constructor#
|
An imgui popup drawn within a Figure, opened by a right-click. |
Properties#
the graphic this popup was opened on, |
|
whether the popup is currently open |
|
the object this popup is set on, an |
|
the subplot this popup was opened in |
|
imgui window flags |
Methods#
helps simplify using imgui by managing the popup open state, and pushing/popping the ID |
|
|
Request that this popup is opened on the next render. |
Implement your GUI here and it will be drawn within the popup. |