|
@@ -112,6 +112,12 @@ function love.createhandlers()
|
|
|
directorydropped = function (dir)
|
|
|
if love.directorydropped then return love.directorydropped(dir) end
|
|
|
end,
|
|
|
+ dropbegan = function ()
|
|
|
+ if love.dropbegan then return love.dropbegan() end
|
|
|
+ end,
|
|
|
+ dropcompleted = function ()
|
|
|
+ if love.dropcompleted then return love.dropcompleted() end
|
|
|
+ end,
|
|
|
lowmemory = function ()
|
|
|
if love.lowmemory then love.lowmemory() end
|
|
|
collectgarbage()
|