MCPcopy 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

73MenuItem::~MenuItem() {}
74
75void MenuItem::selected()
76{
77 _selected = true;
78 if (_callbackSelected)
79 {
80 _callbackSelected(this);
81 }
82}
83
84void MenuItem::unselected()
85{

Callers 2

onTouchBeganMethod · 0.80
onTouchMovedMethod · 0.80

Calls 7

createFunction · 0.85
setTagMethod · 0.80
stopActionMethod · 0.45
getScaleMethod · 0.45
runActionMethod · 0.45
setVisibleMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected