Interface IKeyboardState
public interface IKeyboardState
Methods
IsDown(KeyboardButton)
bool IsDown(KeyboardButton key)
Parameters
key
KeyboardButton
Returns
IsFalling(KeyboardButton)
bool IsFalling(KeyboardButton key)
Parameters
key
KeyboardButton
Returns
IsRising(KeyboardButton)
bool IsRising(KeyboardButton key)
Parameters
key
KeyboardButton
Returns
IsUp(KeyboardButton)
bool IsUp(KeyboardButton key)
Parameters
key
KeyboardButton