| 711 | } |
| 712 | |
| 713 | Size Application::getWinSize() const noexcept { |
| 714 | return Size{s_cast<float>(_winWidth), s_cast<float>(_winHeight)}; |
| 715 | } |
| 716 | |
| 717 | void Application::setWinPosition(const Vec2& var) { |
| 718 | if (getPlatform() == "iOS"_slice || getPlatform() == "Android"_slice) { |
no outgoing calls
no test coverage detected