function on_input(self, action_id, action)
-- backキーでアプリを終了させる。
if action_id == hash("back") and action.pressed then
print("You back")
msg.post("@system:", "exit", {code = 0})
end
end
これでAndroidのBackキー押下でアプリを終了できる。
Permalink wiki/defold2/api/004.1576135579.txt.gz · 最終更新: 2019/12/12 07:26 by step