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

Method SetSplash

LuaSTGPlus/AppFrame.cpp:419–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void AppFrame::SetSplash(bool v)LNOEXCEPT
420{
421 m_OptionSplash = v;
422 if (m_pMainWindow)
423 m_pMainWindow->HideMouse(!m_OptionSplash);
424}
425
426LNOINLINE void AppFrame::SetTitle(const char* v)LNOEXCEPT
427{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected