Available since LÖVE 0.9.2
This function is not supported in earlier versions.
Callback function triggered when the mouse is moved.
Available since LÖVE 0.10.0
This variant is not supported in earlier versions.
love.mousemoved( x, y, dx, dy, istouch )
number x
number y
number dx
number dy
boolean istouch
Nothing.
Removed in LÖVE 0.10.0
This variant is not supported in that and later versions.
love.mousemoved( x, y, dx, dy )
number x
number y
number dx
number dy
Nothing.
If Relative Mode is enabled for the mouse, the dx and dy arguments of this callback will update but x and y are not guaranteed to.
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.mousemoved