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