Make the WindowWrapper a PropertyOwner and add SGCT properties to the subclass (closes #260)

This commit is contained in:
Alexander Bock
2017-03-03 18:39:35 -05:00
parent 8e0a37fb7a
commit 63af7e67f9
8 changed files with 38 additions and 9 deletions
@@ -55,6 +55,7 @@ OnScreenGUIModule::OnScreenGUIModule()
gui._globalProperty.setSource(
[]() {
std::vector<properties::PropertyOwner*> res = {
&(OsEng.windowWrapper()),
&(OsEng.settingsEngine()),
&(OsEng.interactionHandler()),
&(OsEng.renderEngine())