MCPcopy Create free account
hub / github.com/davemoore22/sorcery / get_fullscreen

Method get_fullscreen

src/core/controller.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219auto Sorcery::Controller::set_busy(const bool value) -> void {
220
221 _busy = value;
222}
223auto Sorcery::Controller::get_busy() const -> bool {
224
225 return _busy;
226}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected