mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Added love.focus callback
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user