src: fix a wrong mention of mousemoved
This commit is contained in:
parent
b3bbde1232
commit
1751b5e886
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@ function love.mousemoved(x, y, dx, dy)
|
||||||
end
|
end
|
||||||
|
|
||||||
function love.mousepressed( x, y, button, istouch )
|
function love.mousepressed( x, y, button, istouch )
|
||||||
core:mousemoved(x, y, button, istouch)
|
core:mousepressed(x, y, button, istouch)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue