Playmaker Forum

PlayMaker News => General Discussion => Topic started by: MS80 on June 29, 2014, 04:55:36 PM

Title: Android hardware buttons: Input.GetKey(KeyCode.Menu)
Post by: MS80 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!