Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ selected
Method
selected
core/2d/MenuItem.cpp:75–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
MenuItem::~MenuItem() {}
74
75
void MenuItem::selected()
76
{
77
_selected = true;
78
if (_callbackSelected)
79
{
80
_callbackSelected(this);
81
}
82
}
83
84
void MenuItem::unselected()
85
{
Callers
2
onTouchBegan
Method · 0.80
onTouchMoved
Method · 0.80
Calls
7
create
Function · 0.85
setTag
Method · 0.80
stopAction
Method · 0.45
getScale
Method · 0.45
runAction
Method · 0.45
setVisible
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected