Sets the target point.
== Function ==
=== Synopsis ===
<source lang="lua">
MouseJoint:setTarget( x, y )
</source>
=== Arguments ===
{{param|number|x|The x-component of the target.}}
{{param|number|y|The y-component of the target.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::MouseJoint]]
[[Category:Functions]]
{{#set:Description=Sets the target point.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|MouseJoint:setTarget}}