17 using std::unique_ptr;
19 using std::make_unique;
38 engine = unique_ptr<Engine>(Engine::createOffScreenInstance(512, 512,
true,
false,
false));
39 engine->setSceneColor(
Color4(39.0f / 255.0f, 39.0f / 255.0f, 39.0f / 255.0f, 1.0f));
49 engine->getGUI()->handleEvents();
55 engine->getGUI()->render();
65 Console::println(
"FontTabView::initialize(): An error occurred: " +
string(exception.what()));
Color 4 definition class.
GUI screen node that represents a screen that can be rendered via GUI system.
void addTooltipRequestListener(GUITooltipRequestListener *listener)
Add tooltip request listener.
std::exception Exception
Exception base class.