Hmmm, but when i fill up a Canvas and just draw it on the screen in the love.draw section would be okay or?
----
Aber wenn ich ein Canvas erstelle und dann erst in dem love.draw Bereich auf den Bildschirm ausgebe ist das in Ordnung oder?
Search found 3 matches
- Tue Nov 28, 2017 12:51 am
- Forum: Support and Development
- Topic: Problems with the escape
- Replies: 6
- Views: 4151
- Mon Nov 27, 2017 7:15 pm
- Forum: Support and Development
- Topic: Problems with the escape
- Replies: 6
- Views: 4151
Re: Problems with the escape
Okay thank you for your hint So, my LOVE Version is 0.10.2 Got Windows 8.1 64bit I think something blocks the Escape, cuz if i return the result of the pressed key like function love.keyreleased(key) love.graphics.print(key, 50, 50) end than i get every key, just escape is missing and it also dont w...
- Mon Nov 27, 2017 2:13 pm
- Forum: Support and Development
- Topic: Problems with the escape
- Replies: 6
- Views: 4151
Problems with the escape
Hey, i searched and tried by myself a lot but i can't solve the problem. (sorry for my english so far, iam german) i try very simple: function love.keyreleased(key) if key == "escape" then -- do something end end but the code dont execute when i release the esc button, every other button w...