Table of Contents

Interface IKeyboardState

Namespace
ReFuel.Input
Assembly
ReFuel.dll
public interface IKeyboardState

Methods

IsDown(KeyboardButton)

bool IsDown(KeyboardButton key)

Parameters

key KeyboardButton

Returns

bool

IsFalling(KeyboardButton)

bool IsFalling(KeyboardButton key)

Parameters

key KeyboardButton

Returns

bool

IsRising(KeyboardButton)

bool IsRising(KeyboardButton key)

Parameters

key KeyboardButton

Returns

bool

IsUp(KeyboardButton)

bool IsUp(KeyboardButton key)

Parameters

key KeyboardButton

Returns

bool