- Home /
Question by
silva_raptor · Mar 20, 2020 at 08:37 AM ·
androidinput
Android's back button unusable with new Input System
In legacy input system, we could use Input.GetKeyDown(Keycode.Escape) in order to detect a press on the cellphone's back button. But the new Input System does not seem to have that button mapped anywhere. I could not find any documentation about this topic.
The only workaround I found is building using both input systems and keep using the old one for this single case.
Comment
Your answer
Follow this Question
Related Questions
Infuriating bug: Android build occasionally dropping touch input. 0 Answers
,How Do get Touch input to work with the Player Input Component 1 Answer
How can I know when the user slide his finger? 0 Answers
How to make a sprite/gameobject follow your finger on Android? 2 Answers
Inputmode on 18:9 mobile device shows navigation bar 0 Answers