Begin implementing mod UI API

This commit is contained in:
Mr-Wiseguy
2025-01-20 18:26:50 -05:00
parent 9dccbfaf8c
commit 8119daf62c
30 changed files with 365 additions and 57 deletions
+3
View File
@@ -203,6 +203,9 @@ void Element::process_event(const Event &) {
}
void Element::clear_children() {
if (children.empty()) {
return;
}
ContextId context = get_current_context();
// Remove the children from the context.