make widgets identical to their data definitions

This commit is contained in:
airstruck
2015-10-30 05:38:46 -04:00
parent 1c491335f5
commit 62ca5bf50a
7 changed files with 47 additions and 54 deletions

View File

@@ -18,7 +18,7 @@ function Event:bind (target, callback)
end
local eventNames = {
'Reshape', 'Display', 'KeyPress', 'KeyRelease', 'TextInput', 'Motion',
'Reshape', 'Display', 'KeyPress', 'KeyRelease', 'TextInput', 'Move',
'Enter', 'Leave', 'PressEnter', 'PressLeave',
'PressStart', 'PressEnd', 'PressDrag', 'PressMove', 'Press',
}