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

Method set_flag_value

src/core/controller.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230auto Sorcery::Controller::set_fullscreen(const bool value) -> void {
231
232 _fullscreen = value;
233}
234auto Sorcery::Controller::get_fullscreen() const -> bool {
235
236 return _fullscreen;
237}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected