MCPcopy Create free account
hub / github.com/axmolengine/axmol / onEnter

Method onEnter

tests/cpp-tests/Source/ChipmunkTestBed/ChipmunkTestBed.cpp:381–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void ChipmunkTestBed::onEnter()
382{
383 TestCase::onEnter();
384 physicsDebugNodeOffset = VisibleRect::center();
385 physicsDebugNodeOffset.y += 20;
386 ChipmunkDemoMessageString = "";
387 label->setString("");
388}
389
390bool ChipmunkTestBed::onMouseDown(Event* event)
391{

Callers

nothing calls this directly

Calls 9

createFunction · 0.85
getInstanceFunction · 0.85
resetFunction · 0.50
Vec2Function · 0.50
setStringMethod · 0.45
setScaleMethod · 0.45
setAnchorPointMethod · 0.45
setPositionMethod · 0.45

Tested by

no test coverage detected