More documentation stuff.
This commit is contained in:
parent
179042025a
commit
015008976f
|
@ -0,0 +1 @@
|
|||
Yes, you keep ownership of the uiAreaHandler. libui only cares about the address you give uiNewArea(); it doesn't copy anything. You can even use the same uiAreaHandler on multiple uiAreas, which is why you get the uiArea as a parameter in each function.
|
Loading…
Reference in New Issue