summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-10-24 14:20:37 -0500
committersanine-a <sanine.not@pm.me>2020-10-24 14:20:37 -0500
commit2cf300b870659a44d4e73ab65c035f6f443c3d25 (patch)
tree37e8853a58e538657c7df1e695ef45e09d15fe97 /demo
parent08886a82517a42ad1b63d6aa42694426621c0a81 (diff)
move setup functions to honey.c
Diffstat (limited to 'demo')
-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)