playMaker

Author Topic: Android hardware buttons: Input.GetKey(KeyCode.Menu)  (Read 2983 times)

MS80

  • Junior Playmaker
  • **
  • Posts: 64
Android hardware buttons: Input.GetKey(KeyCode.Menu)
« on: June 29, 2014, 04:55:36 PM »
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!