On this pageInterfaceManager.Inputpublic static InputManager Input { get; }CopyDescription#Returns the current Input ManagerUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod() { InterfaceManager.Input.GetKey(KeyCode.Escape); } }Copy