added abstract GUI manager

moved textboxes specific functionality to their class
This commit is contained in:
devZoGok
2023-08-13 12:12:25 +03:00
parent a2472c8929
commit 576350502b
5 changed files with 316 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if(BUILD_WITH_ASSIMP)
endif()
if(BUILD_GUI_ELEMENTS)
set(GUI ${GUI} button.cpp listbox.cpp textbox.cpp checkbox.cpp slider.cpp)
set(GUI ${GUI} abstractGuiManager.cpp button.cpp listbox.cpp textbox.cpp checkbox.cpp slider.cpp)
endif()
set(LIB_SRC ${RENDER} ${MATH} ${UTILS} ${GUI} ${ARMATURE} ${ASSET_MANAGER} ${ASSET_READERS} ${ANIM})