RawButtonActions Enumeration

Specifies the current "raw" action of a button.

Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public enum RawButtonActions

Members

  Member name Description
Activate A value specifying that the button is currently activated.
ButtonDown A value specifying that the button is currently in the down position.
ButtonUp A value specifying that the button is currently in the up position.
Deactivate A value specifying that the button is currently deactivated.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Microsoft.SPOT.Input Namespace