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

Method WindowBase

src/SFML/Window/WindowBase.cpp:52–55  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

50
51////////////////////////////////////////////////////////////
52WindowBase::WindowBase(VideoMode mode, const String& title, std::uint32_t style, State state)
53{
54 WindowBase::create(mode, title, style, state);
55}
56
57
58////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected