Add love.mousefocus (partial issue #120) temporary name (see issue #573) and it's waiting for an exposed love.window to get a check, too

This commit is contained in:
Bart van Strien
2013-05-10 19:03:16 +02:00
parent 0a422daa75
commit 79d1a7a6ef
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -185,6 +185,9 @@ function love.createhandlers()
focus = function (f)
if love.focus then love.focus(f) end
end,
mousefocus = function (f)
if love.mousefocus then love.mousefocus(f) end
end,
quit = function ()
return
end,