libui
libui copied to clipboard
Add uiBoxChild
Checks to see if a uiControl is a child of a uiBox
Is there a specific reason for introducing this new function? To my understanding uiControlParent(child) == uiControl(box) does the exact same thing without introducing a new API call.