| 344 | } |
| 345 | |
| 346 | void Window::setTitle(const char* const title) |
| 347 | { |
| 348 | if (pData->view != nullptr) |
| 349 | puglSetViewString(pData->view, PUGL_WINDOW_TITLE, title); |
| 350 | } |
| 351 | |
| 352 | bool Window::isIgnoringKeyRepeat() const noexcept |
| 353 | { |
no outgoing calls
no test coverage detected