mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user