MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Create

Method Create

src/SFGUI/Window.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Window::Ptr Window::Create( char style ) {
21 Window::Ptr window( new Window( style ) );
22
23 window->RequestResize();
24
25 return window;
26}
27
28std::unique_ptr<RenderQueue> Window::InvalidateImpl() const {
29 if( GetChild() ) {

Callers

nothing calls this directly

Calls 1

RequestResizeMethod · 0.80

Tested by

no test coverage detected