mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Added love.threaderror event callback function (re issue #673)
This commit is contained in:
@@ -191,6 +191,9 @@ function love.createhandlers()
|
||||
quit = function ()
|
||||
return
|
||||
end,
|
||||
threaderror = function (t, err)
|
||||
if love.threaderror then return love.threaderror(t, err) end
|
||||
end,
|
||||
resize = function(w, h)
|
||||
local ow, oh, flags = love.window.getMode()
|
||||
if flags.resizable then
|
||||
|
||||
Reference in New Issue
Block a user