mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
commit
e3770d462b
@ -67,7 +67,7 @@ end
|
|||||||
local all_callbacks = {
|
local all_callbacks = {
|
||||||
'update', 'draw', 'focus', 'keypressed', 'keyreleased',
|
'update', 'draw', 'focus', 'keypressed', 'keyreleased',
|
||||||
'mousepressed', 'mousereleased', 'joystickpressed',
|
'mousepressed', 'mousereleased', 'joystickpressed',
|
||||||
'joystickreleased', 'quit'
|
'joystickreleased', 'textinput', 'quit'
|
||||||
}
|
}
|
||||||
|
|
||||||
function GS.registerEvents(callbacks)
|
function GS.registerEvents(callbacks)
|
||||||
|
Loading…
Reference in New Issue
Block a user