Skip to content

Commit

Permalink
Added gamepadreleased to all_callbacks
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Kevin Bradshaw committed Feb 8, 2014
1 parent d42244b commit 21d87e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamestate.lua
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 21d87e5

Please sign in to comment.