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

Method hide

src/api/cpp/window.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void Window::hide()
107{
108 FG_THROW(fg_hide_window(get()));
109}
110
111void Window::show()
112{

Callers 1

fg_hide_windowFunction · 0.45

Calls 1

fg_hide_windowFunction · 0.85

Tested by

no test coverage detected