MCPcopy Create free account
hub / github.com/arrayfire/forge / show

Method show

src/backend/opengl/sdl/window.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void Widget::show()
228{
229 mClose = false;
230 SDL_ShowWindow(mWindow);
231}
232
233bool Widget::close()
234{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected