H.ui.base.Button.State
Enumeration Summary
This enumeration represents the possible state a button can have, namely 'UP' and 'DOWN'
[ For full details, see the Enumeration Details ]
Enumeration Constants Summary
Enumeration Details
This enumeration represents the possible state a button can have, namely 'UP' and 'DOWN'
Enumeration Constants Details
static UP
The button's state when it is not pressed. ('up')
static DOWN
The button's state when it is pressed. ('down')