Added love.focus callback

This commit is contained in:
Bart van Strien
2010-08-03 13:51:19 +02:00
parent 93910940da
commit 5235ceac53
7 changed files with 990 additions and 957 deletions
+3
View File
@@ -170,6 +170,9 @@ function love.createhandlers()
jr = function (j,b)
if love.joystickreleased then love.joystickreleased(j,b) end
end,
f = function (f)
if love.focus then love.focus(f) end
end,
q = function ()
return
end,
+947 -942
View File
File diff suppressed because it is too large Load Diff