LedButton
Properties
InputSource InputSource
ButtonState booleanread only
The pressed/released state of the button.
ButtonDown booleanread only
A boolean flag which will be true only in the time tick the corresponding button changes it's state to pressed.
ButtonUp booleanread only
A boolean flag which will be true only in the time tick the corresponding button changes it's state to released.
LedState boolean
The lit/unlit state of the Led.
LedColor color
The color of the Led.
Symbol Symbol
Events
LedButtonEvent : { ButtonDown boolean, ButtonUp boolean, Type string }
Sent when the LedButton is pressed or released