MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setEnabled

Method setEnabled

Source/Node/Menu.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void Menu::setEnabled(bool var) {
30 _enabled = var;
31}
32
33bool Menu::isEnabled() const noexcept {
34 return _enabled;

Callers 4

initMethod · 0.45
sensor_set_enabledFunction · 0.45
touch_set_enabledFunction · 0.45
motorjoint_set_enabledFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected