16 bool IsOpen()
const {
return mIsOpen; }
19 void DrawGeneralSection();
20 void DrawWindowSection();
21 void DrawGraphicsSection();
22 void DrawRuntimeSection();
23 void DrawInputSection();
24 void DrawPackagingSection();
25 void DrawIconSection();
31 char mProjectNameBuffer[256] = {};
32 char mDefaultSceneBuffer[256] = {};
33 char mDefaultEditorSceneBuffer[256] = {};
34 char mIconPathBuffer[512] = {};
37AppSettingsWindow* GetAppSettingsWindow();