summaryrefslogtreecommitdiff
path: root/demo/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'demo/main.lua')
-rw-r--r--demo/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/main.lua b/demo/main.lua
index ae0684e..0d22d95 100644
--- a/demo/main.lua
+++ b/demo/main.lua
@@ -9,6 +9,7 @@ local a_func = function(action, data)
end
honey.input.bind_key(honey.input.key.a, a_func)
+honey.input.bind_key()
function honey.update(dt)