Class Input

Inheritance
System.Object Input
Inherited Members
System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString()
Namespace: BepInEx.Unity.IL2CPP.UnityEngine
Assembly: BepInEx.Unity.IL2CPP.dll
Syntax
public static class Input

Methods

GetKeyInt(KeyCode)

Declaration
public static bool GetKeyInt(KeyCode key)
Parameters
Type Name Description
KeyCode key
Returns
Type Description
System.Boolean