Table of Contents

Class KeybinderHandler

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class KeybinderHandler : RetrievableSingleton<KeybinderHandler>
Inheritance
RetrievableSingleton<KeybinderHandler>
KeybinderHandler
Inherited Members
RetrievableSingleton<KeybinderHandler>.OnCreated()
RetrievableSingleton<KeybinderHandler>.OnRemoved()
RetrievableSingleton<KeybinderHandler>.RemoveInstance()
RetrievableSingleton<KeybinderHandler>.Instance
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()