aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/doc/areahandler
diff options
context:
space:
mode:
Diffstat (limited to 'src/libui_sdl/libui/doc/areahandler')
-rw-r--r--src/libui_sdl/libui/doc/areahandler1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libui_sdl/libui/doc/areahandler b/src/libui_sdl/libui/doc/areahandler
new file mode 100644
index 0000000..4c559db
--- /dev/null
+++ b/src/libui_sdl/libui/doc/areahandler
@@ -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.