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

Method get_window_enabled

editor/gui/window_wrapper.cpp:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214bool WindowWrapper::get_window_enabled() const {
215 return is_window_available() ? window->is_visible() : false;
216}
217
218void WindowWrapper::set_window_enabled(bool p_enabled) {
219 _set_window_enabled_with_rect(p_enabled, _get_default_window_rect());

Callers 15

_focus_another_editorMethod · 0.80
get_window_layoutMethod · 0.80
get_window_layoutMethod · 0.80
_instance_startingMethod · 0.80
_play_pressedMethod · 0.80
_stop_pressedMethod · 0.80
_notificationMethod · 0.80
get_window_layoutMethod · 0.80

Calls 1

is_visibleMethod · 0.45

Tested by

no test coverage detected