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