Last updated 1 year ago
Interface to handle Fn2 Button interaction.
using JMRSDK.InputModule; using UnityEngine; public class InterfaceExample: MonoBehaviour, IFn2Handler { public void OnFn2Action() { Debug.Log("OnFn1Action"); } }
OnFn2Action
Called when pressing the Fn2 button, on touchpad double click