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