cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Avoid firing `ADDON_LOADED` for all frames, just notify affected frames #94

Closed cschreib closed 2 years ago

cschreib commented 2 years ago

Reworded: ADDON_LOADED actually is useful as general event, so an addon can "watch" another addon being loaded. So we will keep it as an event, and make it general instead of firing only for the frames inside the addon.