[NUI] BaseHandle without Registry but own memory
authorEunki Hong <eunkiki.hong@samsung.com>
Sun, 8 Oct 2023 07:02:42 +0000 (16:02 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 25 Oct 2023 12:48:44 +0000 (21:48 +0900)
commit8a97b53e908d50ad9be7a765dcddbf28c531e0d3
tree8f9ccfb9627ccca9ab529b3565c4276b8a7f59c4
parent47da519e5d874b25969333c537491cdbf3cecc81
[NUI] BaseHandle without Registry but own memory

There are some usecase s.t. we have to call ReleaseSwigCPtr
but don't want register to Registry.

For example, PixelBuffer and PixelData dont need to be create
only for main thread.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/Common/BaseHandle.cs
src/Tizen.NUI/src/public/Events/Hover.cs
src/Tizen.NUI/src/public/Events/Touch.cs
src/Tizen.NUI/src/public/Events/Wheel.cs
src/Tizen.NUI/src/public/Images/PixelBuffer.cs
src/Tizen.NUI/src/public/Images/PixelData.cs
src/Tizen.NUI/src/public/Input/Key.cs
src/Tizen.NUI/src/public/Window/Window.cs