MCPcopy Create free account
hub / github.com/SFML/SFML / Window

Method Window

src/SFML/Window/Window.cpp:45–48  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

43
44////////////////////////////////////////////////////////////
45Window::Window(VideoMode mode, const String& title, std::uint32_t style, State state, const ContextSettings& settings)
46{
47 Window::create(mode, title, style, state, settings);
48}
49
50
51////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected