| 633 | } |
| 634 | |
| 635 | float Application::getDevicePixelRatio() const noexcept { |
| 636 | return s_cast<float>(_bufferWidth) / _visualWidth; |
| 637 | } |
| 638 | |
| 639 | void Application::setThemeColor(Color var) { |
| 640 | _themeColor = var; |
no outgoing calls
no test coverage detected