Beispiel #1
0
void Box2DTestApp::keyDown(KeyEvent event) {
	switch(event.getChar()) {
		case ' ': particleController.removeAll(); break;
	}
}