MCPcopy Create free account
hub / github.com/SpartanJ/eepp / createJointAndBody

Function createJointAndBody

src/examples/physics/physics.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#define NOT_GRABABLE_MASK ( ~GRABABLE_MASK_BIT )
29
30void createJointAndBody() {
31 mMouseJoint = NULL;
32 mMouseBody = Body::New( INFINITY, INFINITY );
33}
34
35EE::Window::Window* mWindow;
36Input* KM;

Callers 6

demo1CreateMethod · 0.85
demo2CreateMethod · 0.85
demo1CreateFunction · 0.85
demo2CreateFunction · 0.85
demo3CreateFunction · 0.85
demo4CreateFunction · 0.85

Calls 1

NewFunction · 0.50

Tested by 2

demo1CreateMethod · 0.68
demo2CreateMethod · 0.68