Game-Engine/test.lua

4 lines
71 B
Lua

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