* Returns true iff this space has a currently fullscreened window.
()
| 1057 | * Returns true iff this space has a currently fullscreened window. |
| 1058 | */ |
| 1059 | hasFullScreenWindow() { |
| 1060 | return this.getWindows().some(w => w.fullscreen); |
| 1061 | } |
| 1062 | |
| 1063 | swap(direction, metaWindow) { |
| 1064 | metaWindow = metaWindow || this.selectedWindow; |
no test coverage detected