| 860 | } |
| 861 | |
| 862 | void GameView::set_window_layout(Ref<ConfigFile> p_layout) { |
| 863 | floating_window_rect = p_layout->get_value("GameView", "floating_window_rect", Rect2i()); |
| 864 | floating_window_screen = p_layout->get_value("GameView", "floating_window_screen", -1); |
| 865 | } |
| 866 | |
| 867 | void GameView::get_window_layout(Ref<ConfigFile> p_layout) { |
| 868 | if (window_wrapper->get_window_enabled()) { |
no test coverage detected