Interface to handle Menu Button interaction.
using JMRSDK.InputModule; using UnityEngine; public class InterfaceExample: MonoBehaviour, IMenuHandler { public void OnMenuAction() { Debug.Log("OnMenuAction"); } }
OnMenuAction
Called when menu action is performed (pressing the home button twice)