InputSystem does not implement Event for the back key pressed On Android.
The methods already tried:
- Keyboard.current.escapeKey.wasPressedThisFrame
- Keyboard.current.anyKey.wasPressedThisFrame
- InputAction Binding: Cancel[Any], Back[Any]
Original Discussion: How to get back key pressed event on Android by InputSystem?