Table of Contents

Enum GenericInput.InputType

Namespace
MLEM.Input
Assembly
MLEM.dll

A type of input button.

[DataContract]
public enum GenericInput.InputType

Fields

[EnumMember] Gamepad = 3

A type representing Microsoft.Xna.Framework.Input.Buttons

[EnumMember] Keyboard = 2

A type representing Microsoft.Xna.Framework.Input.Keys

[EnumMember] Mouse = 1

A type representing MouseButton

[EnumMember] None = 0

A type representing no value