Difference between revisions of "MouseJoint:getTarget"

m (1 revision: Importing from potato (again).)
(No difference)

Revision as of 16:18, 14 February 2010

Gets the target point.

Function

Synopsis

x, y = MouseJoint:getTarget( )

Arguments

None.

Returns

number x
The x-component of the target.
number y
The x-component of the target.

See Also