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

Method create

src/SFML/Window/Window.cpp:78–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

76
77////////////////////////////////////////////////////////////
78void Window::create(VideoMode mode, const String& title, std::uint32_t style, State state)
79{
80 Window::create(mode, title, style, state, ContextSettings{});
81}
82
83
84////////////////////////////////////////////////////////////

Callers 6

Window.test.cppFile · 0.45
Socket.test.cppFile · 0.45
mainFunction · 0.45

Calls 2

closeFunction · 0.85
initializeFunction · 0.85

Tested by

no test coverage detected