imgui_remove_callback
Remove declarative callbacks from Dear ImGui game UIs by filtering on trigger widget and/or action type, allowing precise cleanup of event handlers during live UI design.
Instructions
Remove declarative callbacks. Filter by trigger_widget and/or action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action type to remove | |
| trigger_widget | No | Trigger widget to remove callbacks for |