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

Make object parent a gui::frame rather than gui::uiobject #33

Closed cschreib closed 4 years ago

cschreib commented 4 years ago

This saves a bunch of dynamic casts all around. This holds for get_parent() and get_renderer().