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

Method set_window_enabled

editor/gui/window_wrapper.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void WindowWrapper::set_window_enabled(bool p_enabled) {
219 _set_window_enabled_with_rect(p_enabled, _get_default_window_rect());
220}
221
222Rect2i WindowWrapper::get_window_rect() const {
223 ERR_FAIL_COND_V(!get_window_enabled(), Rect2i());

Callers 4

set_window_layoutMethod · 0.80
set_window_layoutMethod · 0.80
_stop_pressedMethod · 0.80
_window_close_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected