Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试将 Settings *settings 复制到类变量并使用
sets->setTitle("new title");
但在 setup() 方法之外它不起作用。有解决方法吗?
在您的应用程序中包含 cinder 应用程序标头的任何位置
#include "cinder/app/AppNative.h"
您可以调用它来更改标题和其他 Window 属性。
ci::app::getWindow()->setTitle("Respoducir Video");
煤渣 v0.9.1
包含路径已更改为:
#include "cinder/app/Window.h"