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