9-slice image support

This commit is contained in:
airstruck
2015-10-27 01:15:47 -04:00
parent c9414eec48
commit 61c9aacd94
12 changed files with 126 additions and 41 deletions

View File

@@ -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' }