MCPcopy Create free account
hub / github.com/TankOs/SFGUI / SetAutoRefresh

Method SetAutoRefresh

src/SFGUI/Engine.cpp:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void Engine::SetAutoRefresh( bool enable ) {
371 m_auto_refresh = enable;
372}
373
374void Engine::ParseTheme( const parser::theme::Theme& theme_to_parse ) {
375 // Iterate over all rules

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected