mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
Added gamepadreleased to all_callbacks
This commit is contained in:
parent
d42244ba35
commit
21d87e5119
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user