Function
love.mouse.getPosition( )
Returns the current position of the mouse.
Synopsis
x, y = love.mouse.getPosition( )
Returns
x number The position of the mouse along the x-axis.
y number The position of the mouse along the y-axis.
Copyright © 2006-2010 LÖVE Development Team.