Last updated 1 year ago
Interface to handle Home Button interaction.
using JMRSDK.InputModule; using UnityEngine; public class InterfaceExample: MonoBehaviour, IHomeHandler { public void OnHomeAction() { Debug.Log("OnHomeAction"); } }
OnHomeAction
Called when the home button of the controller is pressed