Ask qml-box2d how to add body to world via function
QML and Qt Quick
1
Posts
1
Posters
1.6k
Views
1
Watching
-
hi everyone
i currently creating a game using qml and qml-box2di have problem about how to add a body to world via function
in my case i want to add body(box) when i click the screen,
with the x and y of the box is set to the place where we click the screencan anyone help me solve this problem please?