Just like in most other Android games, I want to use the Back Button as a Pause Button.
What line of code do I need to write so that the Tabulated Lines underneath get executed when pressing the Android Back Button?
Think if Input.is_action_pressed()
, but for the Android Back Button instead of any other button.