MouseJoint

For controlling objects with the mouse.

Constructors

love.physics.newMouseJointCreate a joint between a body and the mouse.

Functions

Joint:destroyExplicitly destroys the Joint.
Joint:getAnchorsGet the anchor points of the joint.
Joint:getCollideConnectedGets whether the connected Bodies collide.
Joint:getReactionForceReturns the reaction force on the second body.
Joint:getReactionTorqueReturns the reaction torque on the second body.
Joint:getTypeGets a string representing the type.
Joint:setCollideConnectedSets whether the connected Bodies should collide with each other.
MouseJoint:getMaxForceGets the highest allowed force.
MouseJoint:getTargetGets the target point.
MouseJoint:setMaxForceSets the highest allowed force.
MouseJoint:setTargetSets the target point.

See Also


Other Languages