Skip to content

Commit 42b0acc

Browse files
committed
Added wheelmoved() to readme.
1 parent 5902dc7 commit 42b0acc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ end
5656
function love.mousereleased(mx, my, mbutton)
5757
field:mousereleased(mx-fieldX, my-fieldY, mbutton)
5858
end
59+
function love.wheelmoved(dx, dy)
60+
field:wheelmoved(dx, dy)
61+
end
5962

6063
function love.draw()
6164
love.graphics.setColor(0, 0, 1)

0 commit comments

Comments
 (0)