Search found 1 match
- Wed Nov 02, 2011 2:42 am
- Forum: Support and Development
- Topic: love.mouse not returning a number
- Replies: 2
- Views: 2027
love.mouse not returning a number
Hello world. I'm a novice programmer, but I've learned a lot using this framework. I've run into a bit of a problem, though: function love.update() mousex, mousey = love.mouse.getPosition() if love.mouse.isDown("r") then love.graphics.print(mousex) end end The code is supposed to assign th...