Table of Contents

Class KeyboardInputAdapter

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public class KeyboardInputAdapter : IKeyboardInputDriver
Inheritance
KeyboardInputAdapter
Implements
Inherited Members
Extension Methods

Constructors

KeyboardInputAdapter()

public KeyboardInputAdapter()

Methods

GetKey(KeyCode)

public bool GetKey(KeyCode key)

Parameters

key KeyCode

Returns

bool

GetKeyDown(KeyCode)

public bool GetKeyDown(KeyCode key)

Parameters

key KeyCode

Returns

bool

GetKeyUp(KeyCode)

public bool GetKeyUp(KeyCode key)

Parameters

key KeyCode

Returns

bool