Table of Contents

Enum KeyState

Namespace
Microsoft.Xna.Framework.Input
Assembly
MonoGame.Framework.dll

Identifies the state of a keyboard key.

public enum KeyState

Fields

Down = 1

Key is pressed.

Up = 0

Key is released.