MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / SetResolution

Method SetResolution

LuaSTGPlus/AppFrame.cpp:411–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void AppFrame::SetResolution(fuInt width, fuInt height)LNOEXCEPT
412{
413 if (m_iStatus == AppStatus::Initializing)
414 m_OptionResolution.Set((float)width, (float)height);
415 else if (m_iStatus == AppStatus::Running)
416 LWARNING("试图在运行时更改分辨率");
417}
418
419void AppFrame::SetSplash(bool v)LNOEXCEPT
420{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected