MCPcopy 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
84void MenuItem::unselected()
85{
86 _selected = false;
87 if (_callbackUnSelected)
88 {
89 _callbackUnSelected(this);
90 }
91}
92
93void MenuItem::activate()
94{

Callers 4

onExitMethod · 0.80
onTouchEndedMethod · 0.80
onTouchCancelledMethod · 0.80
onTouchMovedMethod · 0.80

Calls 6

createFunction · 0.85
stopActionByTagMethod · 0.80
setTagMethod · 0.80
runActionMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected