Added gamepadreleased to all_callbacks

This commit is contained in:
Kevin Bradshaw 2014-02-08 16:49:34 +01:00
parent d42244ba35
commit 21d87e5119

View File

@ -68,8 +68,8 @@ local all_callbacks = {
'draw', 'errhand', 'focus', 'keypressed', 'keyreleased', 'mousefocus',
'mousepressed', 'mousereleased', 'quit', 'resize', 'textinput',
'threaderror', 'update', 'visible', 'gamepadaxis', 'gamepadpressed',
'joystickadded', 'joystickaxis', 'joystickhat', 'joystickpressed',
'joystickreleased', 'joystickremoved'
'gamepadreleased', 'joystickadded', 'joystickaxis', 'joystickhat',
'joystickpressed', 'joystickreleased', 'joystickremoved'
}
function GS.registerEvents(callbacks)