RawButtonActions Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the current raw action of a button.

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

Syntax

'Declaration
Public Enumeration RawButtonActions
public enum RawButtonActions
public enum class RawButtonActions
type RawButtonActions
public enum RawButtonActions

Members

Member name Description
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.
Activate A value specifying that the button is currently activated.
Deactivate A value specifying that the button is currently deactivated.

See Also

Reference

Microsoft.SPOT.Input Namespace