| 153 | } |
| 154 | |
| 155 | void Window::setMouseCursorVisible(bool visible) |
| 156 | { |
| 157 | m_window.setMouseCursorVisible(visible); |
| 158 | } |
| 159 | |
| 160 | void Window::setSize(const unsigned int width, const unsigned int height) |
| 161 | { |
no outgoing calls
no test coverage detected