aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/doc/areahandler
blob: 4c559db5270f8174e145c25075cbb8c55e306a57 (plain)
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.