Update for 0.9.0

This commit is contained in:
Landon Manning 2013-11-10 00:16:35 -04:00
parent 32e0aaeaa6
commit d697664e27

View File

@ -67,7 +67,7 @@ end
local all_callbacks = {
'update', 'draw', 'focus', 'keypressed', 'keyreleased',
'mousepressed', 'mousereleased', 'joystickpressed',
'joystickreleased', 'quit'
'joystickreleased', 'textinput', 'quit'
}
function GS.registerEvents(callbacks)