Table of Contents

Enum ButtonState

Namespace
nanoFramework.UI.Input
Assembly
nanoFramework.Graphics.dll

The ButtonState enumeration describes the state that buttons can be in.

[Flags]
public enum ButtonState : byte

Fields

Down = 1

The button is down.

Held = 2

The button is held

None = 0

No state (same as up).