mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
9-slice image support
This commit is contained in:
@@ -131,6 +131,9 @@ function Layout:manageInput (input)
|
||||
self:hook('keypressed', function (key, isRepeat)
|
||||
return input:handleKeyboard(key, love.mouse.getX(), love.mouse.getY())
|
||||
end)
|
||||
self:hook('textinput', function (text)
|
||||
return input:handleTextInput(text, love.mouse.getX(), love.mouse.getY())
|
||||
end)
|
||||
end
|
||||
|
||||
-- event binders
|
||||
|
||||
Reference in New Issue
Block a user