Skip to main content

RawButtonActions Enum

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input

Describes the raw actions reported for a button.

public enum RawButtonActions

Fields

NameValueDescription
ButtonDown1The button was pressed down.
ButtonUp2The button was released.
Activate4The button input source became active.
Deactivate8The button input source became inactive.