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

Method SetWindowed

LuaSTGPlus/AppFrame.cpp:387–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void AppFrame::SetWindowed(bool v)LNOEXCEPT
388{
389 if (m_iStatus == AppStatus::Initializing)
390 m_OptionWindowed = v;
391 else if (m_iStatus == AppStatus::Running)
392 LWARNING("试图在运行时更改窗口化模式");
393}
394
395void AppFrame::SetFPS(fuInt v)LNOEXCEPT
396{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected