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