libui/doc/areahandler

2 lines
255 B
Plaintext
Raw Normal View History

2016-06-16 15:44:53 -05:00
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.