MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getWinSize

Method getWinSize

Source/Basic/Application.cpp:713–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

getPosMethod · 0.80
wheelMethod · 0.80
handleEventMethod · 0.80
renderMethod · 0.80
application_get_win_sizeFunction · 0.80
showStatsMethod · 0.80
handleEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected