Search found 2 matches
- Sat Aug 01, 2015 4:36 pm
- Forum: Support and Development
- Topic: Canvas only visible for one frame after I click.
- Replies: 5
- Views: 1918
Re: Canvas only visible for one frame after I click.
Thanks, I did that and it works now.
- Sat Aug 01, 2015 3:22 pm
- Forum: Support and Development
- Topic: Canvas only visible for one frame after I click.
- Replies: 5
- Views: 1918
Canvas only visible for one frame after I click.
I was experimenting with the canvas. In the test when you click a green dot is placed at your cursor position, but the green dots are only visible for a short time after you click. This is my entire code: function love.load() dots = love.graphics.newCanvas(800, 600) love.mouse.setVisible(false) end ...