Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void Menu::setEnabled(bool var) {
30
_enabled = var;
31
}
32
33
bool Menu::isEnabled() const noexcept {
34
return _enabled;
Callers
4
init
Method · 0.45
sensor_set_enabled
Function · 0.45
touch_set_enabled
Function · 0.45
motorjoint_set_enabled
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected