6 lines
No EOL
99 B
Lua
6 lines
No EOL
99 B
Lua
|
|
function engine.KeyPressed(key)
|
|
if (key == KEY_ESCAPE) then
|
|
engine.Close()
|
|
end
|
|
end |