///////////////////////////////////////////////////////
| 43 | |
| 44 | //////////////////////////////////////////////////////////// |
| 45 | Window::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 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected