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

Method hide

src/backend/opengl/window_impl.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void window_impl::hide()
239{
240 mWindow->hide();
241}
242
243void window_impl::show()
244{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected