Table of Contents

Class KeybinderHandler

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class KeybinderHandler : RetrievableSingleton<KeybinderHandler>
Inheritance
KeybinderHandler
Inherited Members
Extension Methods

Constructors

KeybinderHandler()

public KeybinderHandler()

Fields

_currentListenHandle

public KeybindListenHandle _currentListenHandle

Field Value

KeybindListenHandle

Methods

StartListening(Action<KeyCode>)

public KeybindListenHandle StartListening(Action<KeyCode> onKeycodeSet)

Parameters

onKeycodeSet Action<KeyCode>

Returns

KeybindListenHandle

StopListening(KeybindListenHandle)

public void StopListening(KeybindListenHandle handle)

Parameters

handle KeybindListenHandle

Update()

public void Update()