MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_window_available

Method is_window_available

editor/gui/window_wrapper.cpp:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210bool WindowWrapper::is_window_available() const {
211 return window != nullptr;
212}
213
214bool WindowWrapper::get_window_enabled() const {
215 return is_window_available() ? window->is_visible() : false;

Callers 4

set_window_layoutMethod · 0.80
set_window_layoutMethod · 0.80
_instance_startingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected