XorTroll / Plutonium

An easy-to-use UI framework for Nintendo Switch homebrew
https://xortroll.github.io/Plutonium/
MIT License
272 stars 40 forks source link

AddThread missing? #59

Closed mrdude2478 closed 2 years ago

mrdude2478 commented 2 years ago

In older plutonium before the rewrite in ui_layout there was a function in here:

<pu/ui/ui_Application.hpp> - void Application::AddThread(std::function<void()> Callback) <pu/ui/ui_Layout.hpp> - void Layout::AddThread(std::function<void()> Callback)

I can't seem to find this in the new re-write, has this now been disabled, or is it hidden away somewhere? I can't find any equivalent in the docs.

Thanks.

XorTroll commented 2 years ago

Renamed to AddRenderCallback