KeyboardState

Members

Functions

AreKeysDown
bool AreKeysDown(Keys[] kees)

Returns true if all of the specified keys are down (pressed).

AreKeysUp
bool AreKeysUp(Keys[] kees)

Returns true if all of the specified keys are up (not pressed).

IsKeyDown
bool IsKeyDown(Keys key)

Returns true if the specified key is down (pressed).

IsKeyUp
bool IsKeyUp(Keys key)

Returns true if the specified key is up (not pressed).

Meta