love.joystick.isDown gets multiple arguments too

This commit is contained in:
Bart van Strien
2011-04-07 19:06:36 +02:00
parent fe6d168bf1
commit 529530c198
4 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ LOVE 0.7.2 [Game Slave]
* Added Framebuffer:get/setWrap.
* Added love.event.clear.
* Added support for any number of arguments to love.keyboard.isDown and love.mouse.isDown.
* Added support for any number of arguments to love.keyboard.isDown, love.mouse.isDown and love.joystick.isDown.
* Fixed fused games not working.
* Fixed ParticleSystem:setSize ignoring the variation argument.