Bind a key to quit the game
Example :
function onSceneUpdate() if isKeyPressed("K") then quit() end end