MCPcopy Create free account
hub / github.com/chrxh/alien / createLogString

Method createLogString

source/Gui/WindowController.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198std::string WindowController::createLogString(GLFWvidmode const& videoMode)
199{
200 std::stringstream ss;
201 ss << videoMode.width << " x " << videoMode.height << " @ " << videoMode.refreshRate << "Hz";
202 return ss.str();
203}
204
205int WindowController::getFps()
206{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected