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