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

Method SetVsync

LuaSTGPlus/AppFrame.cpp:403–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void AppFrame::SetVsync(bool v)LNOEXCEPT
404{
405 if (m_iStatus == AppStatus::Initializing)
406 m_OptionVsync = v;
407 else if (m_iStatus == AppStatus::Running)
408 LWARNING("试图在运行时更改垂直同步模式");
409}
410
411void AppFrame::SetResolution(fuInt width, fuInt height)LNOEXCEPT
412{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected