how to use the hardware-buttons of a android device (menu, home, escape)?
- Input.GetKey(KeyCode.Escape) = action get key (escape)
- Input.GetKey(KeyCode.Home) appears intercepting Home button is not possible
- Input.GetKey(KeyCode.Menu) how to get the menu button? is there a key?
Thanks!