Difference between revisions of "love.mouse.getY"

m ("Languages" section added)
Line 13: 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.}}
 
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.mouse.getY}}
 
{{i18n|love.mouse.getY}}

Revision as of 10:34, 25 March 2011

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