Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ unselected
Method
unselected
core/2d/MenuItem.cpp:84–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void MenuItem::unselected()
85
{
86
_selected = false;
87
if (_callbackUnSelected)
88
{
89
_callbackUnSelected(this);
90
}
91
}
92
93
void MenuItem::activate()
94
{
Callers
4
onExit
Method · 0.80
onTouchEnded
Method · 0.80
onTouchCancelled
Method · 0.80
onTouchMoved
Method · 0.80
Calls
6
updateImagesVisibility
Method · 0.95
create
Function · 0.85
stopActionByTag
Method · 0.80
setTag
Method · 0.80
runAction
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected