| 146 | } |
| 147 | |
| 148 | bool DisplaySurface::isFullScreen() const |
| 149 | { |
| 150 | // DisplaySurface may be in a container |
| 151 | return (parent() ? parent()->windowState() : windowState()) & Qt::WindowFullScreen; |
| 152 | } |
| 153 | |
| 154 | void DisplaySurface::setFocus() |
| 155 | { |
no outgoing calls
no test coverage detected