mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-21 08:41:51 -04:00
Begin implementing mod UI API
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user