summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--not/Scene.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/not/Scene.lua b/not/Scene.lua
index 3324284..f0e2e34 100644
--- a/not/Scene.lua
+++ b/not/Scene.lua
@@ -10,6 +10,8 @@ end
function Scene:delete () end
function Scene:update (dt) end
function Scene:draw () end
+function Scene:controlpressed (set, action, key) end
+function Scene:controlreleased (set, action, key) end
-- Following setters and getters are a little bit too much, I think. But they do follow general coding directions.
function Scene:setSleeping (sleeping)