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