Game-Engine/test.lua

4 lines
70 B
Lua

function engine.KeyPressed(key)
print("Pressed key:" .. key)
end