MCPcopy Create free account
hub / github.com/comaps/comaps / Resize

Method Resize

libs/drape_frontend/gui/skin.cpp:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void Skin::Resize(int w, int h)
254{
255 m_displayWidth = w;
256 m_displayHeight = h;
257}
258
259ReaderPtr<Reader> ResolveGuiSkinFile(std::string const & deviceType)
260{

Callers 1

OnResizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected