Table of Contents

Struct InputKeyEventArgs

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

Provides data for the KeyUp and KeyDown events.

public struct InputKeyEventArgs
Inherited Members

Constructors

InputKeyEventArgs(Keys)

Create a new keyboard input event

public InputKeyEventArgs(Keys key = Keys.None)

Parameters

key Keys

The key involved in this event

Fields

Key

The key that was either pressed or released.

public readonly Keys Key

Field Value

Keys