mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
add mousemoved callback to gamestate callbacks (added in LOVE 0.9.2)
This commit is contained in:
parent
b18c399def
commit
f984cc87e6
@ -69,10 +69,10 @@ end
|
||||
|
||||
local all_callbacks = {
|
||||
'draw', 'errhand', 'focus', 'keypressed', 'keyreleased', 'mousefocus',
|
||||
'mousepressed', 'mousereleased', 'quit', 'resize', 'textinput',
|
||||
'threaderror', 'update', 'visible', 'gamepadaxis', 'gamepadpressed',
|
||||
'gamepadreleased', 'joystickadded', 'joystickaxis', 'joystickhat',
|
||||
'joystickpressed', 'joystickreleased', 'joystickremoved'
|
||||
'mousemoved', 'mousepressed', 'mousereleased', 'quit', 'resize',
|
||||
'textinput', 'threaderror', 'update', 'visible', 'gamepadaxis',
|
||||
'gamepadpressed', 'gamepadreleased', 'joystickadded', 'joystickaxis',
|
||||
'joystickhat', 'joystickpressed', 'joystickreleased', 'joystickremoved'
|
||||
}
|
||||
|
||||
function GS.registerEvents(callbacks)
|
||||
|
Loading…
Reference in New Issue
Block a user