Table of Contents

Class GlobalInputHandler

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class GlobalInputHandler : RetrievableSingleton<GlobalInputHandler>
Inheritance
RetrievableSingleton<GlobalInputHandler>
GlobalInputHandler
Inherited Members
RetrievableSingleton<GlobalInputHandler>.OnRemoved()
RetrievableSingleton<GlobalInputHandler>.RemoveInstance()
RetrievableSingleton<GlobalInputHandler>.Instance
Extension Methods

Constructors

GlobalInputHandler()

public GlobalInputHandler()

Fields

CrouchKey

public static GlobalInputHandler.InputKey CrouchKey

Field Value

GlobalInputHandler.InputKey

DropKey

public static GlobalInputHandler.InputKey DropKey

Field Value

GlobalInputHandler.InputKey

EmoteKey

public static GlobalInputHandler.InputKey EmoteKey

Field Value

GlobalInputHandler.InputKey

InteractKey

public static GlobalInputHandler.InputKey InteractKey

Field Value

GlobalInputHandler.InputKey

JumpKey

public static GlobalInputHandler.InputKey JumpKey

Field Value

GlobalInputHandler.InputKey

PushToTalkKey

public static GlobalInputHandler.InputKey PushToTalkKey

Field Value

GlobalInputHandler.InputKey

SprintKey

public static GlobalInputHandler.InputKey SprintKey

Field Value

GlobalInputHandler.InputKey

ToggleSelfieModeKey

public static GlobalInputHandler.InputKey ToggleSelfieModeKey

Field Value

GlobalInputHandler.InputKey

WalkBackwardKey

public static GlobalInputHandler.InputKey WalkBackwardKey

Field Value

GlobalInputHandler.InputKey

WalkForwardKey

public static GlobalInputHandler.InputKey WalkForwardKey

Field Value

GlobalInputHandler.InputKey

WalkLeftKey

public static GlobalInputHandler.InputKey WalkLeftKey

Field Value

GlobalInputHandler.InputKey

WalkRightKey

public static GlobalInputHandler.InputKey WalkRightKey

Field Value

GlobalInputHandler.InputKey

Methods

CanTakeInput()

public static bool CanTakeInput()

Returns

bool

GetKey(KeyCode)

public static bool GetKey(KeyCode keyCode)

Parameters

keyCode KeyCode

Returns

bool

GetKeyDown(KeyCode)

public static bool GetKeyDown(KeyCode escape)

Parameters

escape KeyCode

Returns

bool

GetKeyUp(KeyCode)

public static bool GetKeyUp(KeyCode keyCode)

Parameters

keyCode KeyCode

Returns

bool

GetMouseButtonDown(int)

public static bool GetMouseButtonDown(int button)

Parameters

button int

Returns

bool

GetMouseButtonUp(int)

public static bool GetMouseButtonUp(int button)

Parameters

button int

Returns

bool

OnCreated()

protected override void OnCreated()