MCPcopy Create free account
hub / github.com/Rezonality/zep / SetWindowFlags

Method SetWindowFlags

src/window.cpp:1290–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288}
1289
1290void ZepWindow::SetWindowFlags(uint32_t windowFlags)
1291{
1292 if (windowFlags != m_windowFlags)
1293 {
1294 m_windowFlags = windowFlags;
1295
1296 m_layoutDirty = true;
1297 }
1298}
1299
1300uint32_t ZepWindow::GetWindowFlags() const
1301{

Callers 1

AddSearchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected