imgui_undo
Reverse the last destructive change to your Dear ImGui UI, restoring the previous state while preserving the undone action for potential redo.
Instructions
Undo the last destructive operation (add/remove/update widget, remove window, clear all). The undone state is pushed to the redo stack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||