Difference between revisions of "love.mouse.getY"

m (1 revision: Importing from potato (again).)
m ("Languages" section added)
Line 1: Line 1:
 
 
Returns the current y-position of the mouse.
 
Returns the current y-position of the mouse.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the current y-position of the mouse.}}
 
{{#set:Description=Returns the current y-position of the mouse.}}
 +
 +
== Other Languages ==
 +
{{i18n|love.mouse.getY}}

Revision as of 19:41, 16 November 2010

Returns the current y-position of the mouse.

Function

Synopsis

y = love.mouse.getY( )

Arguments

None.

Returns

number y
The position of the mouse along the y-axis.

See Also


Other Languages