Started initial performance testing on Lua-based keyboard controller

This commit is contained in:
Alexander Bock
2014-10-13 17:24:11 +02:00
parent 0518e8cf02
commit 8884f4cc36
5 changed files with 55 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
return {
w = function() print("w") end,
s = function() print("s") end
}