Input.backButtonLeavesApp

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static bool backButtonLeavesApp;

Description

Should Back button quit the application?

Only usable on Android, Windows Phone or Windows Tablets.

By default this property is set to false, which means you're responsible for responding to Back button. You can do this by calling Input.GetKey and passing KeyCode.Escape.

If you set this property to true, clicking Back button:
* On Android will terminate the application.
* On Windows Phone or Table will suspend the application.

Did you find this page useful? Please give it a rating: