MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Enable

Method Enable

extensions/olcPGEX_QuickGUI.h:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 void BaseControl::Enable(const bool bEnable)
411 {
412 m_state = bEnable ? State::Normal : State::Disabled;
413 }
414#pragma endregion
415
416#pragma region Manager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected