well, it sounds idiot, but i have this problem here in my main.lua file: function love.mousepressed(x, y, button, istouch) print( x .. " " .. y) end function love.draw() love.graphics.print("Hello", 100, 200) end I'm using love 0.10 and Lua 5.3, on Windows 10... the print isn't w...