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:
@@ -22,9 +22,9 @@ function Event:bind (observer, callback)
|
||||
end
|
||||
|
||||
local eventNames = {
|
||||
'Display', 'Keyboard', 'Motion', 'Mouse', 'Reshape', 'Enter', 'Leave',
|
||||
'Press', 'PressStart', 'PressDrag', 'PressMove', 'PressLeave', 'PressEnter',
|
||||
'PressEnd'
|
||||
'Reshape', 'Display', 'Keyboard', 'TextInput', 'Motion',
|
||||
'Enter', 'Leave', 'PressEnter', 'PressLeave',
|
||||
'PressStart', 'PressEnd', 'PressDrag', 'PressMove', 'Press',
|
||||
}
|
||||
|
||||
local weakKeyMeta = { __mode = 'k' }
|
||||
|
||||
Reference in New Issue
Block a user